SessionId Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an identifier for a test session. This class cannot be inherited.
public ref class SessionId sealed
[System.Serializable]
public sealed class SessionId
[<System.Serializable>]
type SessionId = class
Public NotInheritable Class SessionId
- Inheritance
-
SessionId
- Attributes
Constructors
SessionId() |
Initializes a new instance of the SessionId class. |
SessionId(Guid) |
Initializes a new instance of the SessionId class by using the provided GUID. |
Properties
Empty |
Gets a new SessionId object that has an empty ID. |
Id |
Gets the GUID that was provided when this session ID was created. |
Methods
Equals(Object) |
Gets a value that indicates whether the provided object is equal to the current session ID object. |
GetHashCode() | |
ToString() |
Returns a string version of the GUID. |