ODataMessageQuotas.MaxEntityPropertyMappingsPerType 屬性
取得或設定實體型別 (在型別本身及其所有基底型別中) 要找到的實體對應屬性最大數目。
命名空間: 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
實體型別要找到的實體對應屬性最大數目。