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 (8.0.2.1001)
Syntax
public Nullable<Guid> AccountId { get; set; }

Property Value

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