Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

EntityMetadata.IsOptimisticConcurrencyEnabled Property

Definition

Namespace:
Microsoft.Xrm.Sdk.Metadata
Assembly:
Microsoft.Xrm.Sdk.dll
Package:
Microsoft.PowerPlatform.Dataverse.Client v1.2.10

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 whether optimistic concurrency is enabled for the entity

public:
 property Nullable<bool> IsOptimisticConcurrencyEnabled { Nullable<bool> get(); };
[System.Runtime.Serialization.DataMember(Order=71)]
public bool? IsOptimisticConcurrencyEnabled { get; }
[<System.Runtime.Serialization.DataMember(Order=71)>]
member this.IsOptimisticConcurrencyEnabled : Nullable<bool>
Public ReadOnly Property IsOptimisticConcurrencyEnabled As Nullable(Of Boolean)

Property Value

true if the optimistic concurrency is enabled for the entity; otherwise, false.

Attributes

Remarks

For Microsoft Dynamics CRM Online 2015 Update 1 this property is true for selected system entities and custom entities.

Applies to