Enum Readability
Enumerates possible readability kinds for the targeted value.
public enum Readability
Fields
Inherit = 2
Targeted value's readability inherites from parent.
Readable = 1
Targeted value is readable text.
Unreadable = 0
Targeted value is not readable.