Gets the collection of record searches for the command
            
    Namespace: 
   Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
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); } | 





