GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlWriter Class / XmlDocument Property
In This Topic
    XmlDocument Property (GoXmlWriter)
    In This Topic
    Gets the XmlDocument that is constructed by Generate when not writing directly to a stream with XmlWriter.
    Syntax
    public XmlDocument XmlDocument {get;}

    Property Value

    An XmlDocument; this value is null when writing directly to an XmlWriter.
    See Also