AccountEffectiveDisplayName Property |
Gets the effective display name of the account.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public string EffectiveDisplayName { get; }
Public ReadOnly Property EffectiveDisplayName As String
Get
public:
property String^ EffectiveDisplayName {
String^ get ();
}
member EffectiveDisplayName : string with get
Property Value
Type:
String
The value of the
DisplayName property, unless it is empty or
,
in which case the value of the
Name property.
See Also