Class ObjectLockRetention
A Retention configuration for an object.
public class ObjectLockRetention
- Inheritance
-
ObjectLockRetention
- Inherited Members
Constructors
ObjectLockRetention()
public ObjectLockRetention()
Properties
Mode
Gets and sets the property Mode.
Indicates the Retention mode for the specified object.
public ObjectLockRetentionMode Mode { get; set; }
Property Value
RetainUntilDate
Gets and sets the property RetainUntilDate.
public DateTime RetainUntilDate { get; set; }