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 ,然后再将其返回到客户端。

适用于