Nevron .NET Vision
Nevron.Diagram Namespace / NPortCollection Class / DefaultInwardPortUniqueId Property


In This Topic
    DefaultInwardPortUniqueId Property
    In This Topic
    Specifies the default inward port by its id
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Specifies the default inward 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 DefaultInwardPortUniqueId As System.Guid
    'Usage
     
    
    Dim instance As NPortCollection
    Dim value As System.Guid
     
    instance.DefaultInwardPortUniqueId = value
     
    value = instance.DefaultInwardPortUniqueId
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Specifies the default inward 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 DefaultInwardPortUniqueId {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