System.Xml.Schema.XmlSchemaSet.IsCompiled Property

Gets a value that indicates whether the XML Schema definition language (XSD) schemas in the System.Xml.Schema.XmlSchemaSet have been compiled.

Syntax

public bool IsCompiled { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The XmlSchemaSet.IsCompiled property is not affected if schemas are edited while in the System.Xml.Schema.XmlSchemaSet. Updates of the individual schemas in the System.Xml.Schema.XmlSchemaSet are not tracked. As a result, the XmlSchemaSet.IsCompiled property can be true even though one of the schemas contained in the System.Xml.Schema.XmlSchemaSet has been altered, as long as no schemas were added or removed from the System.Xml.Schema.XmlSchemaSet.

Requirements

Namespace: System.Xml.Schema
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0