MemberInfoEffectiveDisplayName Property

Gets the effective display name.

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public string EffectiveDisplayName { get; }

Property Value

String
The value of the DisplayName property, unless it is empty or , in which case the value of the Name property. If both properties are null, returns the ID.
See Also