DirectoryVirtualListView.Offset Property

Definition

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.

Applies to