INamedElement::Visibility Property
Visual Studio 2015
Defines where the element can be referenced. Public = visible anywhere; private = visible only in the owning Namespace; protected = visible to elements that have a generalization relationship to the owning Namespace; package = visible only in the Package owning the Namespace, if there is one. Default = public.
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
property VisibilityKind Visibility { VisibilityKind get(); void set(VisibilityKind value); }
Property Value
Type: Microsoft.VisualStudio.Uml.Classes::VisibilityKind
Show: