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

    Property Value

    The initial value is null.
    See Also