SortRequestControl.SortKeys 属性

定义

SortKeys 属性包含服务器使用的 SortKey 对象组成的数组,该数组用于在将搜索结果返回到客户端之前对它们进行排序。

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()

属性值

服务器在将搜索结果返回到客户端之前对它们进行排序时所使用的 SortKey 对象组成的数组。

适用于