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 オブジェクトの配列。

適用対象