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