Share via


TestSessionEvent.SessionId Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the unique test-session identifier.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public Property SessionId As Guid
    Get
    Protected Set
'Usage
Dim instance As TestSessionEvent
Dim value As Guid

value = instance.SessionId

instance.SessionId = value
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

See Also

Reference

TestSessionEvent Class

TestSessionEvent Members

Microsoft.VisualStudio.TraceLog Namespace