共用方式為


DirectoryVirtualListView.ApproximateTotal 屬性

定義

取得或設定值,表示清單內之項目總計的估計值。

public:
 property int ApproximateTotal { int get(); void set(int value); };
public int ApproximateTotal { get; set; }
[System.DirectoryServices.DSDescription("DSApproximateTotal")]
public int ApproximateTotal { get; set; }
member this.ApproximateTotal : int with get, set
[<System.DirectoryServices.DSDescription("DSApproximateTotal")>]
member this.ApproximateTotal : int with get, set
Public Property ApproximateTotal As Integer

屬性值

整數值,表示清單內之項目總計的估計值。

屬性

例外狀況

ApproximateTotal 屬性設為小於零的值。

適用於