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