다음을 통해 공유


TransactionSearchCriteria.PageSize 속성

Gets or sets the amount of records to retrieve.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.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>
The amount of records to retrieve.

참고 항목

참조

TransactionSearchCriteria 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스