Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
VisibilityKind Visibility { get; set; }
property VisibilityKind Visibility {
VisibilityKind get();
void set(VisibilityKind value);
}
abstract Visibility : VisibilityKind with get, set
Property Visibility As VisibilityKind
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.VisibilityKind
See Also
INamedElement Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top