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)
Syntaxpublic Nullable<Guid> AccountId { get; set; }Public Property AccountId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid> AccountId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}member AccountId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuidThe ID of the account, or
if no corresponding account was found.
See Also