GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlReaderWriterBase Class / UserObject Property
In This Topic
    UserObject Property (GoXmlReaderWriterBase)
    In This Topic
    Gets or sets an object holding additional information for use by your application; this property is not used by GoXml.
    Syntax
    public object UserObject {get; set;}

    Property Value

    initially null
    See Also