GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / UserFlags Property
In This Topic
    UserFlags Property (GoPort)
    In This Topic
    Gets or sets an integer value associated with this port.
    Syntax
    [DefaultValue(0)]
    [Description("An integer value associated with this port.")]
    public virtual int UserFlags {get; set;}

    Property Value

    The initial value is zero.
    See Also