ExtendedDNControl Constructors

Definition

The ExtendedDNControl() constructor creates an instance of the ExtendedDNControl class.

Overloads

ExtendedDNControl()

The ExtendedDNControl() constructor creates an instance of the ExtendedDNControl class.

ExtendedDNControl(ExtendedDNFlag)

The ExtendedDNControl(ExtendedDNFlag) constructor creates an instance of the ExtendedDNControl class using the specified flag.

ExtendedDNControl()

Source:
DirectoryControl.cs
Source:
DirectoryControl.cs
Source:
DirectoryControl.cs

The ExtendedDNControl() constructor creates an instance of the ExtendedDNControl class.

public:
 ExtendedDNControl();
public ExtendedDNControl ();
Public Sub New ()

Applies to

ExtendedDNControl(ExtendedDNFlag)

Source:
DirectoryControl.cs
Source:
DirectoryControl.cs
Source:
DirectoryControl.cs

The ExtendedDNControl(ExtendedDNFlag) constructor creates an instance of the ExtendedDNControl class using the specified flag.

public:
 ExtendedDNControl(System::DirectoryServices::Protocols::ExtendedDNFlag flag);
public ExtendedDNControl (System.DirectoryServices.Protocols.ExtendedDNFlag flag);
new System.DirectoryServices.Protocols.ExtendedDNControl : System.DirectoryServices.Protocols.ExtendedDNFlag -> System.DirectoryServices.Protocols.ExtendedDNControl
Public Sub New (flag As ExtendedDNFlag)

Parameters

flag
ExtendedDNFlag

A value of the ExtendedDNFlag enumeration that specifies the format of the extended distinguished name.

Applies to