Gets the name of the dimension.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
string INameAndId.Name { get; }
Visual Basic (Declaration)
Private ReadOnly Property Name As String
	Implements INameAndId.Name
Visual C++
private:
virtual property String^ Name {
	String^ get () sealed = INameAndId::Name::get;
}

Implements

INameAndId..::.Name

See Also