1 つのエンティティ型 (型自体とそのすべての基本型) に対して検出されるエンティティ マッピング属性の最大数を取得または設定します。
名前空間: Microsoft.Data.OData
アセンブリ: Microsoft.Data.OData (Microsoft.Data.OData.dll)
構文
'宣言
Public Property MaxEntityPropertyMappingsPerType As Integer
Get
Set
'使用
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)
プロパティ値
型: System.Int32
1 つのエンティティ型に対して検出されるエンティティ マッピング属性の最大数。