'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Specifies the default outward port by its id")> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.EditorAttribute(Nevron.Internal.AMEE, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.TypeConverterAttribute(Nevron.Internal.vlEE)> Public Property DefaultOutwardPortUniqueId As System.Guid
'Usage
Dim instance As NPortCollection Dim value As System.Guid instance.DefaultOutwardPortUniqueId = value value = instance.DefaultOutwardPortUniqueId
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Specifies the default outward port by its id")] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Editor(Nevron.Internal.AMEE, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.TypeConverter(Nevron.Internal.vlEE)] public System.Guid DefaultOutwardPortUniqueId {get; set;}