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.

XmlSchemaType::FinalResolved Property

 

Gets the post-compilation value of the Final property.

Namespace:   System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)

public:
property XmlSchemaDerivationMethod FinalResolved {
	XmlSchemaDerivationMethod get();
}

Property Value

Type: System.Xml.Schema::XmlSchemaDerivationMethod

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

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.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft