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