Gets or sets the status of the optimistic locking mechanism.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
bool OptimisticLocking { get; set; }
Property OptimisticLocking As Boolean Get Set
property bool OptimisticLocking { bool get (); void set (bool value); }
/** @property */ boolean get_OptimisticLocking() /** @property */ void set_OptimisticLocking(boolean value)