Enum Modifiability
Enumerates possible modifiability kinds for the targeted value.
public enum Modifiability
Fields
Inherit = 2Targeted value's modifiability inherits from the the parent.
Modifiable = 1Targeted value is modifiable.
Unmodifiable = 0Targeted value is not modifiable.