SessionKeepAliveEventArgsAccount Property  | 
 Gets the account associated with the session.
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic AccountData Account { get; }Public ReadOnly Property Account As AccountData
	Get
public:
property AccountData^ Account {
	AccountData^ get ();
}member Account : AccountData with get
Property Value
Type: 
AccountData
See Also