get_DefaultValue()

XmlSchemaElement::get_DefaultValue() method

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

String System::Xml::Schema::XmlSchemaElement::get_DefaultValue()

Return Value

The default value for the element. The default is nullptr. Optional.

See Also