DirectoryControl(String, Byte[], Boolean, Boolean) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Le DirectoryControl(String, Byte[], Boolean, Boolean) constructeur crée une instance de la classe à l’aide DirectoryControl des valeurs spécifiées pour les propriétés type, value, criticality et ServerSide.
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)
Paramètres
- type
- String
Type du contrôle.
- value
- Byte[]
Valeur associée au contrôle.
- isCritical
- Boolean
Spécifie si le contrôle est critique. La valeur par défaut est true
.
- serverSide
- Boolean
Spécifie s'il s'agit d'un contrôle côté serveur. La valeur par défaut est true
. false
spécifie un contrôle côté client.
Exceptions
Le paramètre type
est null
.