Gets the ID of the aggregated record.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
[ObsoleteAttribute("This method may not be supported in future versions of the MDEX Engine API. Use Spec instead.")]
public virtual long Id { get; }
Visual Basic
<ObsoleteAttribute("This method may not be supported in future versions of the MDEX Engine API. Use Spec instead.")> _
Public Overridable ReadOnly Property Id As Long
	Get
Visual C++
[ObsoleteAttribute(L"This method may not be supported in future versions of the MDEX Engine API. Use Spec instead.")]
public:
virtual property long long Id {
	long long get ();
}

Field Value

The ID of the aggregated record.

Exceptions

ExceptionCondition
System..::..ExceptionThrown when the specification is not a numeric value.

See Also