Share via


TestSessionEvent.SessionId Property

Gets the test session ID, which identifies the test session.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Property SessionId As Guid
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: Guid

.NET Framework Security

See Also

Reference

TestSessionEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace