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

適用於