VlvRequestControl Class
The VlvRequestControl class is used to request virtual list view (VLV) support from the server.
Assembly: System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)
System.DirectoryServices.Protocols::DirectoryControl
System.DirectoryServices.Protocols::VlvRequestControl
| Name | Description | |
|---|---|---|
![]() | VlvRequestControl() | The VlvRequestControl() constructor creates an instance of the VlvRequestControl class. |
![]() | VlvRequestControl(Int32, Int32, array<Byte>^) | The VlvRequestControl(Int32, Int32, array<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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | GetValue() | The GetValue method returns a BER-encoded sequence that specifies the control.(Overrides DirectoryControl::GetValue().) |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


