get_FinalDefault()

XmlSchema::get_FinalDefault() method

Returns the finalDefault attribute which sets the default value of the final attribute on elements and complex types in the target namespace of the schema.

XmlSchemaDerivationMethod System::Xml::Schema::XmlSchema::get_FinalDefault()

Return Value

An XmlSchemaDerivationMethod value representing the different methods for preventing derivation. The default value is XmlSchemaDerivationMethod::None.

See Also