次の方法で共有


EntityMetadata.CanModifyAdditionalSettings プロパティ

適用対象: 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.

名前空間: Microsoft.Xrm.Sdk.Metadata
アセンブリ: Microsoft.Xrm.Sdk (Microsoft.Xrm.Sdk.dll に含まれる)

構文

'宣言
<DataMemberAttribute> _
Public Property CanModifyAdditionalSettings As BooleanManagedProperty
[DataMemberAttribute] 
public BooleanManagedProperty CanModifyAdditionalSettings { get; set; }

プロパティ値

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

備考

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 Office Outlook 用 Microsoft Dynamics CRM 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.

スレッド セーフ

この種類のパブリックな静的 (Visual Basic では Shared) メンバーはスレッド セーフです。インスタンス メンバーがスレッド セーフであることは保証されません。

プラットフォーム

開発プラットフォーム

Windows Vista、Windows Server 2003、および

対象プラットフォーム

Windows Vista、Windows XP

関連項目

参照

EntityMetadata クラス
EntityMetadata のメンバー
Microsoft.Xrm.Sdk.Metadata 名前空間

他のリソース

Use Managed Properties

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