EntityMetadata.CanCreateAttributes Property

Definition

Gets or sets the property that determines whether additional attributes can be added to the entity.

public:
 property Microsoft::Xrm::Sdk::BooleanManagedProperty ^ CanCreateAttributes { Microsoft::Xrm::Sdk::BooleanManagedProperty ^ get(); void set(Microsoft::Xrm::Sdk::BooleanManagedProperty ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.BooleanManagedProperty CanCreateAttributes { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.CanCreateAttributes : Microsoft.Xrm.Sdk.BooleanManagedProperty with get, set
Public Property CanCreateAttributes As BooleanManagedProperty

Property Value

The property that determines whether additional attributes can be added to the entity.

Attributes

Applies to