AsqRequestControl Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
- 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.