Gets the collection of sorts specified for the command.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

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

See Also