IDataServiceConfiguration.MaxResultsPerCollection Property
Gets the maximum number of results per collection.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Property MaxResultsPerCollection As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
The integer value that indicates the maximum number of results per collection.