DomainRoleInfo.PropertyDisplayName Property

Definition

For the given model element, this method returns the property display name

public:
 property System::String ^ PropertyDisplayName { System::String ^ get(); };
public string PropertyDisplayName { get; }
member this.PropertyDisplayName : string
Public ReadOnly Property PropertyDisplayName As String

Property Value

The localized PropertyDisplayName string. Note: null is returned if there's no Named property PropertyDisplayNameKey specified in the DomainRoleAttribute

Applies to