TestCaseEventArgs.TestCaseId Property

Gets or sets the test case identifier.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public Property TestCaseId As Guid
public Guid TestCaseId { get; private set; }
public:
property Guid TestCaseId {
    Guid get ();
    private: void set (Guid value);
}
member TestCaseId : Guid with get, private set
function get TestCaseId () : Guid
private function set TestCaseId (value : Guid)

Property Value

Type: System.Guid
The test case ID.

.NET Framework Security

See Also

Reference

TestCaseEventArgs Class

Microsoft.VisualStudio.TestTools.Execution Namespace

#ctor(DataCollectionContext, Int32, String, Boolean)