Freigeben über


ODataMessageQuotas.MaxEntityPropertyMappingsPerType-Eigenschaft

Ruft die maximale Anzahl von Entitätszuordnungsattributen ab, die für einen Entitätstyp (für den Typ selbst und alle seine Basistypen) gesucht werden sollen, oder legt sie fest.

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

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

Eigenschaftswert

Typ: System.Int32
Die maximale Anzahl von Entitätszuordnungsattributen, die für einen Entitätstyp gesucht werden sollen.

Siehe auch

Verweis

ODataMessageQuotas Klasse

Microsoft.Data.OData-Namespace