TestCaseEvent.TestExecutionId 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 execution id: a unique identifier that identifies this test instance.
public: property Guid TestExecutionId { public:
Guid get(); protected:
void set(Guid value); };
public Guid TestExecutionId { get; protected set; }
member this.TestExecutionId : Guid with get, set
Public Property TestExecutionId As Guid