Class ObjectLockRetentionMode
The type of ObjectLockRetentionMode
public sealed class ObjectLockRetentionMode : ConstantClass
- Inheritance
-
ObjectLockRetentionMode
Constructors
ObjectLockRetentionMode(string)
public ObjectLockRetentionMode(string value)
Parameters
value
string
Fields
Compliance
public static readonly ObjectLockRetentionMode Compliance
Field Value
Governance
public static readonly ObjectLockRetentionMode Governance
Field Value
Methods
FindValue(string)
Finds the ObjectLockRetentionMode instance for the string value
public static ObjectLockRetentionMode FindValue(string value)
Parameters
value
string
Returns
Operators
implicit operator ObjectLockRetentionMode(string)
Converts the string to ObjectLockRetentionMode instance
public static implicit operator ObjectLockRetentionMode(string value)
Parameters
value
string