System::Xml::Schema::XmlSchemaSet::get_CompilationSettings method

XmlSchemaSet::get_CompilationSettings method

Returns the XmlSchemaCompilationSettings for the XmlSchemaSet.

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

ReturnValue

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

See Also