Gets the collection of record searches for the command

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[CommandParameterPropertyAttribute(Key = "Ntk")]
public Collection<Search> Searches { get; private set; }
Visual Basic (Declaration)
<CommandParameterPropertyAttribute(Key := "Ntk")> _
Public Property Searches As Collection(Of Search)
Visual C++
[CommandParameterPropertyAttribute(Key = L"Ntk")]
public:
property Collection<Search^>^ Searches {
	Collection<Search^>^ get ();
	void set (Collection<Search^>^ value);
}

See Also