Compartir a través de


ODataMessageQuotas.MaxEntityPropertyMappingsPerType Propiedad

Obtiene o establece el número máximo de atributos de asignación de entidad que se van a encontrar para un tipo de entidad (en el tipo propiamente dicho y en todos sus tipos base).

Espacio de nombres:  Microsoft.Data.OData
Ensamblado:  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Sintaxis

'Declaración
Public Property MaxEntityPropertyMappingsPerType As Integer
    Get
    Set
'Uso
Dim instance As ODataMessageQuotas
Dim value As Integer

value = instance.MaxEntityPropertyMappingsPerType

instance.MaxEntityPropertyMappingsPerType = value
public int MaxEntityPropertyMappingsPerType { get; set; }
public:
property int MaxEntityPropertyMappingsPerType {
    int get ();
    void set (int value);
}
member MaxEntityPropertyMappingsPerType : int with get, set
function get MaxEntityPropertyMappingsPerType () : int
function set MaxEntityPropertyMappingsPerType (value : int)

Valor de la propiedad

Tipo: System.Int32
Número máximo de atributos de asignación de entidad que se van a encontrar para un tipo de entidad.

Vea también

Referencia

ODataMessageQuotas Clase

Espacio de nombres Microsoft.Data.OData