get_CompilationSettings()

XmlSchemaSet::get_CompilationSettings() method

Returns the XmlSchemaCompilationSettings for the XmlSchemaSet.

SharedPtr<XmlSchemaCompilationSettings> System::Xml::Schema::XmlSchemaSet::get_CompilationSettings()

Return Value

The XmlSchemaCompilationSettings for the XmlSchemaSet. The default is an XmlSchemaCompilationSettings instance with the XmlSchemaCompilationSettings::set_EnableUpaCheck value set to true.

See Also