TestId.Id Property

Gets the test GUID.

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

Syntax

'Declaration
Public ReadOnly Property Id As Guid
public Guid Id { get; }
public:
property Guid Id {
    Guid get ();
}
member Id : Guid
function get Id () : Guid

Property Value

Type: System.Guid
The test GUID.

.NET Framework Security

See Also

Reference

TestId Class

Microsoft.VisualStudio.TestTools.Common Namespace