get_IsDefault()

IXmlSchemaInfo::get_IsDefault() method

Returns a value indicating if this validated XML node was set as the result of a default being applied during XML Schema Definition Language (XSD) schema validation.

virtual bool System::Xml::Schema::IXmlSchemaInfo::get_IsDefault()=0

Return Value

true if this validated XML node was set as the result of a default being applied during schema validation; otherwise, false.

See Also