System::Xml::Schema::XmlSchemaElement::set_DefaultValue method

XmlSchemaElement::set_DefaultValue 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)
ParameterTypeDescription
valueconst String&The value to set.

See Also