LocalLogOnContextAccountId 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 (24.3.0.1000)
Syntax
public Guid? AccountId { get; set; }

Property Value

Type: NullableGuid
The ID of the account, or if no corresponding account was found.
See Also