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

    Property Value

    The initial value is zero.
    See Also