TestResultId.TestIdString Property

Gets a string representation of the ID for the test.

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

Syntax

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

Property Value

Type: System.String
A string representation of the ID for the test.

.NET Framework Security

See Also

Reference

TestResultId Class

Microsoft.VisualStudio.TestTools.Common Namespace