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