Modifier

ISession.Id Property

Definition

Gets the ID that uniquely identifies the session.

public:
 property System::String ^ Id { System::String ^ get(); };
public string Id { get; }
member this.Id : string
Public ReadOnly Property Id As String

Property Value

The ID that uniquely identifies the session.

Remarks

If the session is interrupted, it can be retrieved using the Id.

Applies to