次の方法で共有


DirectoryControl(String, Byte[], Boolean, Boolean) コンストラクター

定義

コンストラクターは DirectoryControl(String, Byte[], Boolean, Boolean) 、型、値、重要度、および ServerSide プロパティに指定された値を使用して、 クラスのインスタンス DirectoryControl を作成します。

public:
 DirectoryControl(System::String ^ type, cli::array <System::Byte> ^ value, bool isCritical, bool serverSide);
public DirectoryControl (string type, byte[] value, bool isCritical, bool serverSide);
new System.DirectoryServices.Protocols.DirectoryControl : string * byte[] * bool * bool -> System.DirectoryServices.Protocols.DirectoryControl
Public Sub New (type As String, value As Byte(), isCritical As Boolean, serverSide As Boolean)

パラメーター

type
String

コントロール型。

value
Byte[]

コントロールに関連付けられた値。

isCritical
Boolean

コントロールがクリティカルかどうかを指定します。 既定値は、true です。

serverSide
Boolean

これがサーバー側コントロールかどうかを指定します。 既定値は、true です。 false はクライアント側コントロールを指定します。

例外

type パラメーターが null です。

適用対象