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 the test case ID, which identifies this test case.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Property TestCaseId As Guid
Get
Protected Set
public Guid TestCaseId { get; protected set; }
public:
property Guid TestCaseId {
Guid get ();
protected: void set (Guid value);
}
member TestCaseId : Guid with get, set
function get TestCaseId () : Guid
protected function set TestCaseId (value : Guid)
Property Value
Type: System.Guid
Remarks
When the test case is in the test case management system, the lower four bytes contain the TestCaseManagerId.
.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.