Class ObjectLockConfiguration
The container element for Object Lock configuration parameters.
public class ObjectLockConfiguration
- Inheritance
-
ObjectLockConfiguration
- Inherited Members
Constructors
ObjectLockConfiguration()
public ObjectLockConfiguration()
Properties
ObjectLockEnabled
Gets and sets the property ObjectLockEnabled.
Indicates whether this object has an Object Lock configuration enabled.
public ObjectLockEnabled ObjectLockEnabled { get; set; }
Property Value
Rule
Gets and sets the property Rule.
The Object Lock rule in place for the specified object.
public ObjectLockRule Rule { get; set; }