'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the mode in which the dynamic port glues the plugs connected to it")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property GlueMode As DynamicPortGlueMode
'Usage
Dim instance As NDynamicPort Dim value As DynamicPortGlueMode instance.GlueMode = value value = instance.GlueMode
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the mode in which the dynamic port glues the plugs connected to it")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Xml.Serialization.XmlAttribute()] public DynamicPortGlueMode GlueMode {get; set;}