GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlWriter Class / WriterElement Property
In This Topic
    WriterElement Property (GoXmlWriter)
    In This Topic
    Gets or sets the XmlElement that is being constructed when creating a DOM rather than writing directly to a XmlWriter.
    Syntax
    public XmlElement WriterElement {get; set;}
    See Also