DirectoryVirtualListView::Offset Property
.NET Framework (current version)
Gets or sets a value to indicate the target entry's offset within the list.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
public: [DSDescriptionAttribute("DSOffset")] property int Offset { int get(); void set(int value); }
Property Value
Type: System::Int32An integer value that represents the target entry's estimated offset within the list.
| Exception | Condition |
|---|---|
| ArgumentException | The Offset property is set to a value less than 0. |
When this property is set, a new value for the TargetPercentage property is computed by dividing the value of the Offset property by the value of the ApproximateTotal property, and multiplying the result by 100.
.NET Framework
Available since 2.0
Available since 2.0
Show: