TransactionTimer.Name Property

Gets or sets the name given to the TransactionTimer. This name is displayed in the Web performance test editor, or displayed in a coded Web performance test in the Web performance test and load test results.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Property Name As String
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String
function set Name (value : String)

Property Value

Type: System.String
The name of the transaction timer.

.NET Framework Security

See Also

Reference

TransactionTimer Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace