VlvRequestControl.BeforeCount 属性

定义

BeforeCount 属性指定列表结果中在要返回的目标项之前的项数。

public:
 property int BeforeCount { int get(); void set(int value); };
public int BeforeCount { get; set; }
member this.BeforeCount : int with get, set
Public Property BeforeCount As Integer

属性值

列表结果中在要返回的目标项之前的项数。

适用于