Opc.Ua.Core
DefaultXmlWriterSettings Method



Opc.Ua Namespace > Utils Class : DefaultXmlWriterSettings Method
Returns a XmlWriterSetting with deterministic defaults across .NET versions.
Syntax
'Declaration
 
Public Shared Function DefaultXmlWriterSettings() As XmlWriterSettings
'Usage
 
Dim value As XmlWriterSettings
 
value = Utils.DefaultXmlWriterSettings()
public static XmlWriterSettings DefaultXmlWriterSettings()
public:
static XmlWriterSettings^ DefaultXmlWriterSettings(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utils Class
Utils Members