TestStepEvent.TestCaseId Property
Gets the test case ID, which identifies this test case.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
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 4 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.