Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the transaction timer.

Return to top
Show: