Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SessionId Class

 

Represents an identifier for a test session. This class cannot be inherited.

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

System::Object
  Microsoft.VisualStudio.TestTools.Common::SessionId

[SerializableAttribute]
public ref class SessionId sealed 

NameDescription
System_CAPS_pubmethodSessionId()

Initializes a new instance of the SessionId class.

System_CAPS_pubmethodSessionId(Guid)

Initializes a new instance of the SessionId class by using the provided GUID.

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticEmpty

Gets a new SessionId object that has an empty ID.

System_CAPS_pubpropertyId

Gets the GUID that was provided when this session ID was created.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Gets a value that indicates whether the provided object is equal to the current session ID object.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()
System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string version of the GUID.(Overrides Object::ToString().)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: