GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGeneralNodePort Class / Name Property
In This Topic
    Name Property (GoGeneralNodePort)
    In This Topic
    Gets or sets the name for this port, which is normally reflected by the label, if any.
    Syntax
    public virtual string Name {get; set;}
    Remarks
    This property is implemented separately from the Label to allow the port to be "named" even if there is no Label.
    See Also