SessionAccountName Property  | 
 
            Gets the unique name of 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 string AccountName { get; }Public ReadOnly Property AccountName As String
	Get
public:
virtual property String^ AccountName {
	String^ get () sealed;
}abstract AccountName : string with get
override AccountName : string with get
Property Value
Type: 
String
See Also