ITmiTestImplementation.TestTypeId Property
Gets or sets the GUID for the test implementation provider (TIP).
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Property TestTypeId As Guid
Guid TestTypeId { get; set; }
property Guid TestTypeId {
Guid get ();
void set (Guid value);
}
abstract TestTypeId : Guid with get, set
function get TestTypeId () : Guid
function set TestTypeId (value : Guid)
Property Value
Type: Guid
The GUID for the test.
.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.