SortRequestControl.SortKeys Propriété

Définition

La SortKeys propriété contient un tableau d’objets SortKey utilisés par le serveur pour trier les résultats de la recherche avant de les renvoyer au 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()

Valeur de propriété

Tableau d’objets SortKey utilisés par le serveur pour trier les résultats de recherche avant de les renvoyer au client.

S’applique à