IUserLastSessionGuid Property |
Returns the GUID of the latest user session.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax Nullable<Guid> LastSessionGuid { get; }
ReadOnly Property LastSessionGuid As Nullable(Of Guid)
Get
property Nullable<Guid> LastSessionGuid {
Nullable<Guid> get ();
}
Property Value
Type:
NullableGuidSee Also