set_AttributeFormDefault()

XmlSchema::set_AttributeFormDefault(XmlSchemaForm) method

Sets the form for attributes declared in the target namespace of the schema.

void System::Xml::Schema::XmlSchema::set_AttributeFormDefault(XmlSchemaForm value)

Arguments

ParameterTypeDescription
valueXmlSchemaFormThe value to set.

See Also