Nevron .NET Vision
Nevron.Diagram Namespace / NUmlProperty Class / Visibility Property


In This Topic
    Visibility Property (NUmlProperty)
    In This Topic
    Gets/sets the visibility of the member.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("UML")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the visibility of the member.")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property Visibility As MemberVisibility
    'Usage
     
    
    Dim instance As NUmlProperty
    Dim value As MemberVisibility
     
    instance.Visibility = value
     
    value = instance.Visibility
    [System.ComponentModel.Category("UML")]
    [System.ComponentModel.Description("Gets/sets the visibility of the member.")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.Xml.Serialization.XmlAttribute()]
    public MemberVisibility Visibility {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also