IDataServiceConfiguration.MaxResultsPerCollection Propiedad
Obtiene el número máximo de resultados por colección.
Espacio de nombres: System.Data.Services
Ensamblado: Microsoft.Data.Services (en Microsoft.Data.Services.dll)
Sintaxis
'Declaración
Property MaxResultsPerCollection As Integer
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Int32
El valor entero que indica el número máximo de resultados por colección.