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#
public virtual ERecIdList ERecs { get; set; }
Visual Basic (Declaration)
Public Overridable Property ERecs As ERecIdList
Visual C++
public:
virtual property ERecIdList^ ERecs {
	ERecIdList^ get ();
	void set (ERecIdList^ value);
}

See Also