Свойство TransactionSearchCriteria.PageSize

Gets or sets the amount of records to retrieve.

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property PageSize As Nullable(Of Integer)
    Get 
    Set
'Применение
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>)

Значение свойства

Тип: System.Nullable<Int32>
The amount of records to retrieve.

См. также

Справочник

TransactionSearchCriteria Класс

Пространство имен Microsoft.MasterDataServices.Services.DataContracts