 | SessionResultSessionId Property |
[This is preliminary documentation and is subject to change.]
Session token
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic Guid SessionId { get; set; }
Public Property SessionId As Guid
Get
Set
Dim instance As SessionResult
Dim value As Guid
value = instance.SessionId
instance.SessionId = value
function get SessionId () : Guid
function set SessionId (value : Guid)
function get_SessionId();
function set_SessionId(value);
Property Value
Type:
Guid
See Also