Endeca Presentation and Logging APIs

Namespace:  Endeca.Navigation
Assembly:  Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.1.4.0 (6.1.4.3290)

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 (Declaration)
<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
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 ();
}

See Also