GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace
/
GoXmlWriter Class
/ XmlWriter Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
XmlWriter Property (GoXmlWriter)
In This Topic
Gets the
XmlWriter
used to actually write XML to the output stream.
Syntax
C#
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
Reference
GoXmlWriter Class
GoXmlWriter Members