XmlSchemaSet::CompilationSettings Property
.NET Framework (current version)
Gets or sets the XmlSchemaCompilationSettings for the XmlSchemaSet.
Assembly: System.Xml (in System.Xml.dll)
public: property XmlSchemaCompilationSettings^ CompilationSettings { XmlSchemaCompilationSettings^ get(); void set(XmlSchemaCompilationSettings^ value); }
Property Value
Type: System.Xml.Schema::XmlSchemaCompilationSettings^The XmlSchemaCompilationSettings for the XmlSchemaSet. The default is an XmlSchemaCompilationSettings instance with the EnableUpaCheck property set to true.
The XmlSchemaCompilationSettings class specifies Unique Particle Attribution (UPA) validation options for the XmlSchemaSet. For more information about enabling UPA validation checks, see the EnableUpaCheck property.
.NET Framework
Available since 2.0
Available since 2.0
Show: