共用方式為


TransactionSearchCriteria.PageSize 屬性

Gets or sets a page size.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property PageSize As Nullable(Of Integer)
    Get
    Set
'用途
Dim instance As TransactionSearchCriteria
Dim value As Nullable(Of Integer)

value = instance.PageSize

instance.PageSize = value
[DataMemberAttribute]
public Nullable<int> PageSize { get; set; }
[DataMemberAttribute]
public:
property Nullable<int> PageSize {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
[<DataMemberAttribute>]
member PageSize : Nullable<int> with get, set
function get PageSize () : Nullable<int>
function set PageSize (value : Nullable<int>)

屬性值

型別:System.Nullable<Int32>
An integer that represents the page size.

請參閱

參考

TransactionSearchCriteria 類別

Microsoft.MasterDataServices 命名空間