set_IsAbstract()

XmlSchemaElement::set_IsAbstract(bool) method

Sets information to indicate if the element can be used in an instance document.

void System::Xml::Schema::XmlSchemaElement::set_IsAbstract(bool value)

Arguments

ParameterTypeDescription
valueboolThe value to set.

See Also