System::Xml::Schema::XmlSchemaInfo::set_IsDefault method

XmlSchemaInfo::set_IsDefault method

Sets 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.

void System::Xml::Schema::XmlSchemaInfo::set_IsDefault(bool value)
ParameterTypeDescription
valueboolThe value to set.

See Also