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