Annotation | 
[FlagsAttribute] public enum AnnotationScope
| Member name | Value | Description | 
|---|---|---|
| None | 0 | No scopes. | 
| Private | 1 | The private annotation scope. | 
| Shared | 2 | The shared annotation scope. | 
| Both | 3 | Both private and shared scopes. | 
Represents the scope of an annotation.
For more information about annotations, see rfc5257.