Partager via


SortRequestControl.SortKeys Propriété

Définition

La propriété SortKeys contient un tableau d'objets SortKey utilisé par le serveur pour trier les résultats de la recherche avant de les retourner 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é par le serveur pour trier les résultats de la recherche avant de les retourner au client.

S’applique à