VlvRequestControl Class
.NET Framework 4.5
The VlvRequestControl class is used to request virtual list view (VLV) support from the server.
System.Object
System.DirectoryServices.Protocols.DirectoryControl
System.DirectoryServices.Protocols.VlvRequestControl
System.DirectoryServices.Protocols.DirectoryControl
System.DirectoryServices.Protocols.VlvRequestControl
Namespace: System.DirectoryServices.Protocols
Assembly: System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)
The VlvRequestControl type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (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. (Overrides DirectoryControl.GetValue().) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.


