Share via


TestStepEvent.TestCaseId Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the unique test case identifier.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public Property TestCaseId As Guid
    Get
    Protected Set
'Usage
Dim instance As TestStepEvent
Dim value As Guid

value = instance.TestCaseId

instance.TestCaseId = value
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

See Also

Reference

TestStepEvent Class

TestStepEvent Members

Microsoft.VisualStudio.TraceLog Namespace