TransactionSearchCriteria.PageSize Property

Definition

Specifies the amount of records to retrieve

public:
 property Nullable<int> PageSize { Nullable<int> get(); void set(Nullable<int> value); };
[System.Runtime.Serialization.DataMember]
public int? PageSize { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.PageSize : Nullable<int> with get, set
Public Property PageSize As Nullable(Of Integer)

Property Value

The amount of records to retrieve.

Attributes

Applies to