Partager via


Propriété EntityMetadata.CanModifyAdditionalSettings

S'applique à: CRM 2015 on-prem, CRM Online

Gets or sets the property that determines whether any other entity properties not represented by a managed property can be changed.

Espace de noms: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (dans Microsoft.Xrm.Sdk.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property CanModifyAdditionalSettings As BooleanManagedProperty
[DataMemberAttribute] 
public BooleanManagedProperty CanModifyAdditionalSettings { get; set; }

Valeur de propriété

Type: BooleanManagedProperty
The property that determines whether any other entity properties not represented by a managed property can be changed.

Remarques

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.

IsAvailableOffline

This property allows users of Microsoft Dynamics CRM pour Microsoft Office Outlook avec accès hors connexion to access entity records while offline.

IsDocumentManagementEnabled

This property allows documents in an organization with an integrated Sharepoint instance to be associated with this entity.

Cohérence de thread

Tous les membres statiques publics (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres d'instance ne sont pas garantis thread-safe.

Plateformes

Plateformes de développement

Windows Vista, Windows Server 2003 et

Plateformes cibles

Windows Vista,Windows XP

Voir aussi

Référence

Classe EntityMetadata
Membres EntityMetadata
Espace de noms Microsoft.Xrm.Sdk.Metadata

Autres ressources

Use Managed Properties

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.