Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlSchemaSet::CompilationSettings Property

 

Gets or sets the XmlSchemaCompilationSettings for the XmlSchemaSet.

Namespace:   System.Xml.Schema
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
Return to top
Show:
© 2017 Microsoft