SortRequestControl.SortKeys Propriedade

Definição

A propriedade SortKeys contém uma matriz de objetos SortKey usados pelo servidor para classificar os resultados da pesquisa antes de retorná-los ao cliente.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()

Valor da propriedade

SortKey[]

Uma matriz de objetos SortKey usados pelo servidor para classificar os resultados da pesquisa antes de retorná-los ao cliente.An array of SortKey objects used by the server to sort the search results before returning them to the client.

Aplica-se a