次の方法で共有


TransactionSearchCriteria.PageSize プロパティ

取得するレコードの量を取得または設定します。

名前空間:  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>
取得するレコードの量。

関連項目

参照

TransactionSearchCriteria クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間