DirectoryVirtualListView.Offset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value to indicate the target entry's offset within the list.
public:
property int Offset { int get(); void set(int value); };
public int Offset { get; set; }
[System.DirectoryServices.DSDescription("DSOffset")]
public int Offset { get; set; }
member this.Offset : int with get, set
[<System.DirectoryServices.DSDescription("DSOffset")>]
member this.Offset : int with get, set
Public Property Offset As Integer
Property Value
An integer value that represents the target entry's estimated offset within the list.
- Attributes
Exceptions
The Offset property is set to a value less than 0.
Remarks
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.