'Declaration
<System.ComponentModel.CategoryAttribute("UML")> <System.ComponentModel.DescriptionAttribute("Gets/sets the type of the member.")> <System.ComponentModel.DefaultValueAttribute("")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Type As System.String
'Usage
Dim instance As NUmlField Dim value As System.String instance.Type = value value = instance.Type
[System.ComponentModel.Category("UML")] [System.ComponentModel.Description("Gets/sets the type of the member.")] [System.ComponentModel.DefaultValue("")] [System.Xml.Serialization.XmlAttribute()] public System.string Type {get; set;}