EntityMetadata.IsOptimisticConcurrencyEnabled Property
Definition
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.