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.
Obtient ou définit une taille de page.
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é
Entier qui représente la taille de page.
- Attributs