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 (25.3.0.1000)
Syntaxpublic Guid? AccountId { get; set; }Public Property AccountId As 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