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
- 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.