XmlSchemaSet.CompilationSettings Eigenschap

Definitie

Haalt of stelt de XmlSchemaCompilationSettings voor de XmlSchemaSet.

public:
 property System::Xml::Schema::XmlSchemaCompilationSettings ^ CompilationSettings { System::Xml::Schema::XmlSchemaCompilationSettings ^ get(); void set(System::Xml::Schema::XmlSchemaCompilationSettings ^ value); };
public System.Xml.Schema.XmlSchemaCompilationSettings CompilationSettings { get; set; }
member this.CompilationSettings : System.Xml.Schema.XmlSchemaCompilationSettings with get, set
Public Property CompilationSettings As XmlSchemaCompilationSettings

Waarde van eigenschap

De XmlSchemaCompilationSettings voor de XmlSchemaSet. De standaardwaarde is een XmlSchemaCompilationSettings exemplaar waarop de EnableUpaCheck eigenschap is ingesteld op true.

Opmerkingen

De XmlSchemaCompilationSettings klasse specificeert de validatieopties voor unieke deeltjestoeschrijving (UPA) voor de XmlSchemaSet. Zie de EnableUpaCheck eigenschap voor meer informatie over het inschakelen van UPA-validatiecontroles.

Van toepassing op