ODataMessageQuotas.MaxEntityPropertyMappingsPerType Property
Gets or sets the maximum number of entity mapping attributes to be found for an entity type (on the type itself and all its base types).
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)
Property Value
Type: System.Int32
The maximum number of entity mapping attributes to be found for an entity type.