Open this page in the API Guide

LocalLogOnContext.AccountId Property

Gets or sets the ID of the account associated with the credentials.

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

Property Value

Type: Nullable<Guid>
The ID of the account, or null if no corresponding account was found.
See Also