コレクションあたりの結果の最大数を取得します。
名前空間: System.Data.Services
アセンブリ: Microsoft.Data.Services (Microsoft.Data.Services.dll)
構文
'宣言
Property MaxResultsPerCollection As Integer
Get
Set
'使用
Dim instance As IDataServiceConfiguration
Dim value As Integer
value = instance.MaxResultsPerCollection
instance.MaxResultsPerCollection = value
int MaxResultsPerCollection { get; set; }
property int MaxResultsPerCollection {
int get ();
void set (int value);
}
abstract MaxResultsPerCollection : int with get, set
function get MaxResultsPerCollection () : int
function set MaxResultsPerCollection (value : int)
プロパティ値
型: System.Int32
コレクションあたりの結果の最大数を示す整数値。