ITmiTestImplementation.TestId Property
Gets or sets the GUID for the associated test.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
Guid TestId { get; set; }
property Guid TestId {
Guid get();
void set(Guid value);
}
abstract TestId : Guid with get, set
Property TestId As Guid
Property Value
Type: System.Guid
The GUID for the associated test.
See Also
ITmiTestImplementation Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top