VlvRequestControl 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 VlvRequestControl() constructor creates an instance of the VlvRequestControl class.
Overloads
VlvRequestControl() |
The VlvRequestControl() constructor creates an instance of the VlvRequestControl class. |
VlvRequestControl(Int32, Int32, Byte[]) |
The VlvRequestControl(Int32, Int32, Byte[]) constructor creates an instance of the VlvRequestControl class using the specified entry counts and target entry. |
VlvRequestControl(Int32, Int32, Int32) |
The VlvRequestControl(Int32, Int32, Int32) constructor creates an instance of the VlvRequestControl class using the specified entry counts and offset. |
VlvRequestControl(Int32, Int32, String) |
The VlvRequestControl(Int32, Int32, String) constructor creates an instance of the VlvRequestControl class using the specified entry counts and target entry. |
VlvRequestControl()
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
The VlvRequestControl() constructor creates an instance of the VlvRequestControl class.
public:
VlvRequestControl();
public VlvRequestControl ();
Public Sub New ()
Applies to
VlvRequestControl(Int32, Int32, Byte[])
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
The VlvRequestControl(Int32, Int32, Byte[]) constructor creates an instance of the VlvRequestControl class using the specified entry counts and target entry.
public:
VlvRequestControl(int beforeCount, int afterCount, cli::array <System::Byte> ^ target);
public VlvRequestControl (int beforeCount, int afterCount, byte[] target);
new System.DirectoryServices.Protocols.VlvRequestControl : int * int * byte[] -> System.DirectoryServices.Protocols.VlvRequestControl
Public Sub New (beforeCount As Integer, afterCount As Integer, target As Byte())
Parameters
- beforeCount
- Int32
The number of entries before the target entry that the client requests from the server to return in the list results.
- afterCount
- Int32
The number of entries after the target entry that the client requests from the server to return in the results.
- target
- Byte[]
The target entry for the search.
Applies to
VlvRequestControl(Int32, Int32, Int32)
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
The VlvRequestControl(Int32, Int32, Int32) constructor creates an instance of the VlvRequestControl class using the specified entry counts and offset.
public:
VlvRequestControl(int beforeCount, int afterCount, int offset);
public VlvRequestControl (int beforeCount, int afterCount, int offset);
new System.DirectoryServices.Protocols.VlvRequestControl : int * int * int -> System.DirectoryServices.Protocols.VlvRequestControl
Public Sub New (beforeCount As Integer, afterCount As Integer, offset As Integer)
Parameters
- beforeCount
- Int32
The number of entries before the target entry that the client requests from the server to send back in the list results.
- afterCount
- Int32
The number of entries after the target entry that the client requests from the server to send back in the results.
- offset
- Int32
The ratio between the offset value and the content count.
Applies to
VlvRequestControl(Int32, Int32, String)
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
The VlvRequestControl(Int32, Int32, String) constructor creates an instance of the VlvRequestControl class using the specified entry counts and target entry.
public:
VlvRequestControl(int beforeCount, int afterCount, System::String ^ target);
public VlvRequestControl (int beforeCount, int afterCount, string target);
new System.DirectoryServices.Protocols.VlvRequestControl : int * int * string -> System.DirectoryServices.Protocols.VlvRequestControl
Public Sub New (beforeCount As Integer, afterCount As Integer, target As String)
Parameters
- beforeCount
- Int32
The number of entries before the target entry that the client requests from the server to return in the list results.
- afterCount
- Int32
The number of entries after the target entry that the client requests from the server to return in the results.
- target
- String
The target entry for the search.