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
엔터티 형식에 대해 찾을 최대 엔터티 매핑 특성 수입니다.