AsqRequestControl Constructors

Definition

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

Overloads

AsqRequestControl()

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

AsqRequestControl(String)

The AsqRequestControl(String) constructor creates an instance of the AsqRequestControl class using the specified attribute name.

AsqRequestControl()

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

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

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

Applies to

AsqRequestControl(String)

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

The AsqRequestControl(String) constructor creates an instance of the AsqRequestControl class using the specified attribute name.

public:
 AsqRequestControl(System::String ^ attributeName);
public AsqRequestControl (string attributeName);
new System.DirectoryServices.Protocols.AsqRequestControl : string -> System.DirectoryServices.Protocols.AsqRequestControl
Public Sub New (attributeName As String)

Parameters

attributeName
String

The attribute name on which the query is based.

Applies to