CreatingSessionEventArgsLogOnToken Property  | 
 Note: This API is now obsolete.
Gets the logon token associated with the logon operation.
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[ObsoleteAttribute("Use CreationParameters.LogOnToken instead")]
public Guid? LogOnToken { get; }<ObsoleteAttribute("Use CreationParameters.LogOnToken instead")>
Public ReadOnly Property LogOnToken As Guid?
	Getpublic:
[ObsoleteAttribute(L"Use CreationParameters.LogOnToken instead")]
property Nullable<Guid> LogOnToken {
	Nullable<Guid> get ();
}[<ObsoleteAttribute("Use CreationParameters.LogOnToken instead")>]
member LogOnToken : Nullable<Guid> with get
Property Value
Type: 
NullableGuid
            The logon token associated with the logon operation, or 
 if the logon
            was not initiated by a logon token.
            
See Also