GenericXmlBridgeTDataAccessXmlWriterSettings Property |
Get/Set XmlWriterSettings in case xml output needs custom formatting
This does not affect xml content, only formatting of the xml.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public XmlWriterSettings XmlWriterSettings { get; set; }
Public Property XmlWriterSettings As XmlWriterSettings
Get
Set
public:
property XmlWriterSettings^ XmlWriterSettings {
XmlWriterSettings^ get ();
void set (XmlWriterSettings^ value);
}
Property Value
Type:
XmlWriterSettingsSee Also