EntityMetadata.IsOptimisticConcurrencyEnabled Property

Definition

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