DirectoryVirtualListView::ApproximateTotal Property
.NET Framework (current version)
Gets or sets a value to indicate the estimated total count of items in the list.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
public: [DSDescriptionAttribute("DSApproximateTotal")] property int ApproximateTotal { int get(); void set(int value); }
Property Value
Type: System::Int32An integer value that represents the estimated total count of items in the list.
| Exception | Condition |
|---|---|
| ArgumentException | The ApproximateTotal property is set to a value less than zero. |
.NET Framework
Available since 2.0
Available since 2.0
Show: