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