SessionAccountDisplayName Property  | 
 
            Gets the display 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? AccountDisplayName { get; }Public ReadOnly Property AccountDisplayName As String
	Get
public:
property String^ AccountDisplayName {
	String^ get ();
}member AccountDisplayName : string with get
Property Value
Type: 
String
See Also