System::Xml::Schema::XmlSchemaFacet::get_IsFixed method

XmlSchemaFacet::get_IsFixed method

Returns information that indicates that this facet is fixed.

virtual bool System::Xml::Schema::XmlSchemaFacet::get_IsFixed()

ReturnValue

If true, value is fixed; otherwise, false. The default is false. Optional.

See Also