GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlWriter Class / XmlWriter Property
In This Topic
    XmlWriter Property (GoXmlWriter)
    In This Topic
    Gets the XmlWriter used to actually write XML to the output stream.
    Syntax
    public XmlWriter XmlWriter {get;}

    Property Value

    The value is constructed and initialized during XML generation, and is automatically closed afterwards. This value is null when constructing an XmlDocument.
    See Also