TestType.Id Property
Gets the GUID that uniquely identifies the type of test.
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 with get
function get Id () : Guid
Property Value
Type: Guid
A Guid.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.