Gets the ID of the dimension.

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

Syntax

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

Implements

INameAndId..::.Id

See Also