TransactionSearchCriteria.PageSize Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie la quantité d’enregistrements à récupérer
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)
Valeur de propriété
Quantité d'enregistrements à récupérer.
- Attributs