set_DefaultValue()

XmlSchemaElement::set_DefaultValue(const String&) method

Sets the default value of the element if its content is a simple type or content of the element is textOnly.

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

Arguments

ParameterTypeDescription
valueconst String&The value to set.

See Also