This class determines the state of the annotation (whether it exists or not).
Public Enum AnnotativeStates True False NotApplicable End Enum
public enum AnnotativeStates { True, False, NotApplicable }
|
Members |
Description |
|
True |
The state is true. |
|
False |
The state is false. |
|
NotApplicable |
The state does not matter. |
| Comments? |