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 (25.3.0.1000)
Syntaxpublic 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. If both properties
                are null, returns the ID.
            
See Also