set_IsAbstract()

XmlSchemaComplexType::set_IsAbstract(bool) method

Sets the information that determines if the complexType element can be used in the instance document.

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

Arguments

ParameterTypeDescription
valueboolThe value to set.

See Also