Propriété ODataMessageQuotas.MaxEntityPropertyMappingsPerType
Obtient ou définit le nombre maximal d'attributs de mappage d'entité à rechercher pour un type d'entité (sur le type lui-même et tous ses types de base).
Espace de noms : Microsoft.Data.OData
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
Public Property MaxEntityPropertyMappingsPerType As Integer
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Int32
Nombre maximal d'attributs de mappage d'entité à rechercher pour un type d'entité.