Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.