SessionId.Empty Property

Gets a new SessionId object that has an empty ID.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Empty As SessionId
public static SessionId Empty { get; }
public:
static property SessionId^ Empty {
    SessionId^ get ();
}
static member Empty : SessionId with get
static function get Empty () : SessionId

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.SessionId
A new SessionId object that has an empty ID.

.NET Framework Security

See Also

Reference

SessionId Class

Microsoft.VisualStudio.TestTools.Common Namespace