Gets or sets the name of the property on a dimension value that specifies the display name. Defaults to "DisplayName"

Namespace:  Endeca.Data.Configuration
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
[ConfigurationPropertyAttribute("propertyName", IsRequired = false)]
public string PropertyName { get; set; }
Visual Basic (Declaration)
<ConfigurationPropertyAttribute("propertyName", IsRequired := False)> _
Public Property PropertyName As String
Visual C++
[ConfigurationPropertyAttribute(L"propertyName", IsRequired = false)]
public:
property String^ PropertyName {
	String^ get ();
	void set (String^ value);
}

See Also