SessionKeepAliveEventArgsAccount Property |
Gets the account associated with the session.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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
AccountData
See Also