共用方式為


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 物件的陣列,由伺服器用於在將搜尋結果傳回至用戶端之前對它們進行排序。

適用於