EntityMetadata.CanModifyAdditionalSettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the property that determines whether any other entity properties not represented by a managed property can be changed.
public:
property Microsoft::Xrm::Sdk::BooleanManagedProperty ^ CanModifyAdditionalSettings { Microsoft::Xrm::Sdk::BooleanManagedProperty ^ get(); void set(Microsoft::Xrm::Sdk::BooleanManagedProperty ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.BooleanManagedProperty CanModifyAdditionalSettings { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.CanModifyAdditionalSettings : Microsoft.Xrm.Sdk.BooleanManagedProperty with get, set
Public Property CanModifyAdditionalSettings As BooleanManagedProperty
Property Value
The property that determines whether any other entity properties not represented by a managed property can be changed.
- Attributes
Remarks
Set this property to false if you want to prevent changes to the following properties when the Entity is added as part of a managed solution.
Property | Description |
---|---|
HasActivities | This is a property of the CreateEntityRequest and UpdateEntityRequest that creates a special entity relationship with the ActivityPointer (activity) entity that allows activities to be associated with the entity. |
HasNotes | This is a property of the CreateEntityRequest and UpdateEntityRequest that creates a special entity relationship to the Annotation (note) entity that allows notes to be associated with the entity. |
This property allows users of Microsoft Dynamics 365 for Microsoft Office Outlook with Offline Access to access entity records while offline. | |
This property allows documents in an organization with an integrated Sharepoint instance to be associated with this entity. |