次の方法で共有


SearchResultReference.Controls プロパティ

定義

Controls プロパティは、サーバーから検索参照で返される DirectoryControl オブジェクトの配列を格納します。

public:
 property cli::array <System::DirectoryServices::Protocols::DirectoryControl ^> ^ Controls { cli::array <System::DirectoryServices::Protocols::DirectoryControl ^> ^ get(); };
public System.DirectoryServices.Protocols.DirectoryControl[] Controls { get; }
member this.Controls : System.DirectoryServices.Protocols.DirectoryControl[]
Public ReadOnly Property Controls As DirectoryControl()

プロパティ値

サーバーから検索参照で返される DirectoryControl オブジェクトの配列。

適用対象