Share via


TestResultId.RunIdString Property

Gets a string representation of the ID for the test run.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

TestResultId Class

Microsoft.VisualStudio.TestTools.Common Namespace