TestStepEvent.TestCaseId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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