set_DefaultValue()

XmlSchemaAttribute::set_DefaultValue(const String&) method

Sets the default value for the attribute.

void System::Xml::Schema::XmlSchemaAttribute::set_DefaultValue(const String &value)

Arguments

ParameterTypeDescription
valueconst String&The value to set.

See Also