Condividi tramite


Proprietà ODataMessageQuotas.MaxEntityPropertyMappingsPerType

Ottiene o imposta il numero massimo di attributi di mapping di entità da trovare per un tipo di entità (sul tipo stesso e su tutti i tipi di base relativi).

Spazio dei nomi  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Sintassi

'Dichiarazione
Public Property MaxEntityPropertyMappingsPerType As Integer
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Int32
Numero massimo di attributi di mapping di entità da trovare per un tipo di entità.

Vedere anche

Riferimento

ODataMessageQuotas Classe

Spazio dei nomi Microsoft.Data.OData