Partager via


Propriété TransactionSearchCriteria.PageSize

Gets or sets the amount of records to retrieve.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property PageSize As Nullable(Of Integer)
    Get 
    Set
'Utilisation
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>)

Valeur de propriété

Type : System.Nullable<Int32>
The amount of records to retrieve.

Voir aussi

Référence

TransactionSearchCriteria Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts