VlvRequestControl Class
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 class is used to request virtual list view (VLV) support from the server.
public ref class VlvRequestControl : System::DirectoryServices::Protocols::DirectoryControl
public class VlvRequestControl : System.DirectoryServices.Protocols.DirectoryControl
type VlvRequestControl = class
inherit DirectoryControl
Public Class VlvRequestControl
Inherits DirectoryControl
- Inheritance
Constructors
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. |
Properties
AfterCount |
The AfterCount property specifies the number of entries after the target entry to return in the list results. |
BeforeCount |
The BeforeCount property specifies the number of entries before the target entry to return in the list results. |
ContextId |
The ContextId property contains the context ID assigned by the server to identify this search operation. |
EstimateCount |
The EstimateCount property contains the content count of the list. |
IsCritical |
The IsCritical property specifies whether the control is critical. (Inherited from DirectoryControl) |
Offset |
The Offset property contains the offset value of the target entry. |
ServerSide |
The ServerSide property specifies whether this is a server-side control. (Inherited from DirectoryControl) |
Target |
The Target property contains the target entry of the search. |
Type |
The Type property contains the object identifier (OID) of the control. (Inherited from DirectoryControl) |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
GetValue() |
The GetValue() method returns a BER-encoded sequence that specifies the control. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |