OrganizationResources.MaxNumberOfCustomEntities Property

 

Applies To: Dynamics CRM 2015

Gets the maximum number of custom entities.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

[DataMemberAttribute]
public int MaxNumberOfCustomEntities { get; set; }
public:
[DataMemberAttribute]
property int MaxNumberOfCustomEntities {
    int get();
    void set(int value);
}
[<DataMemberAttribute>]
member MaxNumberOfCustomEntities : int with get, set
<DataMemberAttribute>
Public Property MaxNumberOfCustomEntities As Integer

Property Value

Type: System.Int32

Type: Int32
the maximum number of custom entities.

See Also

OrganizationResources Class
Microsoft.Crm.Sdk.Messages Namespace
Customize entity metadata

Return to top

© 2016 Microsoft. All rights reserved. Copyright