TestCaseEvent.TestCaseId Property

Gets the test case ID, which identifies this test case.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Property TestCaseId As Guid
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: Guid

Remarks

When the test case is in the test case management system, the lower four bytes contain the TestCaseManagerId.

.NET Framework Security

See Also

Reference

TestCaseEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace