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

    Property Value

    The initial value is null.
    See Also