Open this page in the API Guide

GetLogOnTokenResult.LogOnToken Property

Gets the ID of the logon token associated with the operation, if it was successful.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public Guid? LogOnToken { get; }

Property Value

Type: Nullable<Guid>
The ID of the logon token associated with the operation, or null if the logon operation failed.
See Also