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

適用対象