Property: Visibility
Description: Specifies the level of visibility for the element.
Private – only visible within its namespace.
Protected – visible within its namespace and any namespace inheriting from it.
Public – visible outside its namespace.
All Properties