ISession.Id 属性

定义

获取用于唯一标识会话的 ID。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

属性值

String

用于唯一标识会话的 ID。The ID that uniquely identifies the session.

注解

如果会话中断,可使用 Id 检索该属性值。If the session is interrupted, it can be retrieved using the Id.

适用于