Gets the ID of the aggregated record.
            
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)
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
See Also