Open this page in the API Guide

MemberInfo.EffectiveDisplayName 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.1.0.1000)
Syntax
public string EffectiveDisplayName { get; }

Property Value

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