DirectoryVirtualListView::BeforeCount Property
.NET Framework (current version)
Gets or sets a value to indicate the number of entries before the target entry that the client is requesting from the server.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
public: [DSDescriptionAttribute("DSBeforeCount")] property int BeforeCount { int get(); void set(int value); }
Property Value
Type: System::Int32An integer value that represents the number of entries before the target entry that the client is requesting from the server.
| Exception | Condition |
|---|---|
| ArgumentException | The BeforeCount property is set to a value less than 0. |
.NET Framework
Available since 2.0
Available since 2.0
Show: