TestCaseEvent.TestCaseId Property

Definition

Gets the test case id: a unique identifier that identifies this test case. When the test case is in the test case management system, the lower four bytes contain the TestCaseManagerId.

public:  property Guid TestCaseId {  public:
Guid get(); protected:
 void set(Guid value); };
public Guid TestCaseId { get; protected set; }
member this.TestCaseId : Guid with get, set
Public Property TestCaseId As Guid

Property Value

Applies to