| LinkarCltSessionId Property |
The unique session identifier. It is obtained by performing the Login operation.
Namespace:
LinkarClient
Assemblies:
LinkarClientCore (in LinkarClientCore.dll) Version: 2.1.0.0
LinkarClientMono (in LinkarClientMono.dll) Version: 2.1.0.0 (2.1.0.0)
LinkarClient (in LinkarClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax public string SessionId { get; }
Public ReadOnly Property SessionId As String
Get
public:
property String^ SessionId {
String^ get ();
}
member SessionId : string with get
Property Value
Type:
StringSee Also