SortRequestControl.SortKeys Property

Definition

The SortKeys property contains an array of SortKey objects used by the server to sort the search results before returning them to the client.

public:
 property cli::array <System::DirectoryServices::Protocols::SortKey ^> ^ SortKeys { cli::array <System::DirectoryServices::Protocols::SortKey ^> ^ get(); void set(cli::array <System::DirectoryServices::Protocols::SortKey ^> ^ value); };
public System.DirectoryServices.Protocols.SortKey[] SortKeys { get; set; }
member this.SortKeys : System.DirectoryServices.Protocols.SortKey[] with get, set
Public Property SortKeys As SortKey()

Property Value

An array of SortKey objects used by the server to sort the search results before returning them to the client.

Applies to