EntityMetadata.ChangeTrackingEnabled Property

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Gets or sets a Boolean value that specifies whether change tracking is enabled for an entity or not.

Namespace:   Microsoft.Xrm.Sdk.Metadata
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute]
public Nullable<bool> ChangeTrackingEnabled { get; set; }
<DataMemberAttribute>
Public Property ChangeTrackingEnabled As Nullable(Of Boolean)

Property Value

Type: System.Nullable<Boolean>

Type: Nullable<Boolean>
True if change tracking is enabled; false otherwise.

See Also

EntityMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace
Use change tracking to synchronize data with external systems

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright