TestCaseEvent.SessionId Property
Gets the test session ID, which identifies the test session.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
Public Property SessionId As Guid
Get
Protected Set
public Guid SessionId { get; protected set; }
public:
property Guid SessionId {
Guid get ();
protected: void set (Guid value);
}
member SessionId : Guid with get, set
function get SessionId () : Guid
protected function set SessionId (value : Guid)
Property Value
Type: System.Guid
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.