TimerResult.Name Property

Gets the name of the current timer result object.

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

Syntax

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

Property Value

Type: String
Name of the timer result.

.NET Framework Security

See Also

Reference

TimerResult Class

Microsoft.VisualStudio.TestTools.Common Namespace