XmlSchemaType.FinalResolved Property

Definition

Gets the post-compilation value of the Final property.

public:
 property System::Xml::Schema::XmlSchemaDerivationMethod FinalResolved { System::Xml::Schema::XmlSchemaDerivationMethod get(); };
public System.Xml.Schema.XmlSchemaDerivationMethod FinalResolved { get; }
member this.FinalResolved : System.Xml.Schema.XmlSchemaDerivationMethod
Public ReadOnly Property FinalResolved As XmlSchemaDerivationMethod

Property Value

The post-compilation value of the Final property. The default is the finalDefault attribute value of the schema element.

Remarks

This value indicates how the type is restricted when the type is extended through restriction. If the type is marked as final, this type cannot be extended.

Applies to