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 命名空间