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.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | SessionId() | Initializes a new instance of the SessionId class. |
![]() | SessionId(Guid) | Initializes a new instance of the SessionId class by using the provided GUID. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Gets a value that indicates whether the provided object is equal to the current session ID object.(Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | (Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | 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.
Show:


