Gets the options of this ERecSearch

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public virtual string Opts { get; }
Visual Basic
Public Overridable ReadOnly Property Opts As String
	Get
Visual C++
public:
virtual property String^ Opts {
	String^ get ();
}

Field Value

The options of the ERecSearch.

See Also