Partager via


Propriété ValidationSearchCriteria.PageSize

Gets or sets the page size.

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

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property PageSize As Integer
    Get
    Set
'Utilisation
Dim instance As ValidationSearchCriteria
Dim value As Integer

value = instance.PageSize

instance.PageSize = value
[DataMemberAttribute]
public int PageSize { get; set; }
[DataMemberAttribute]
public:
property int PageSize {
    int get ();
    void set (int value);
}
[<DataMemberAttribute>]
member PageSize : int with get, set
function get PageSize () : int
function set PageSize (value : int)

Valeur de propriété

Type : System.Int32
The page size.

Voir aussi

Référence

ValidationSearchCriteria Classe

Espace de noms Microsoft.MasterDataServices