Gets the unique identifier of this DimensionValue.

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

Syntax

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

Implements

INameAndId..::.Id

See Also