SessionLogOnToken Property |
Gets the log on token of the session.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic Nullable<Guid> LogOnToken { get; }Public ReadOnly Property LogOnToken As Nullable(Of Guid)
Get
public:
property Nullable<Guid> LogOnToken {
Nullable<Guid> get ();
}member LogOnToken : Nullable<Guid> with get
Property Value
Type:
NullableGuid
See Also