Gets the display name of this dimension.

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

Syntax

C#
public string DisplayName { get; }
Visual Basic (Declaration)
Public ReadOnly Property DisplayName As String
Visual C++
public:
property String^ DisplayName {
	String^ get ();
}

See Also