System::Xml::Schema::XmlSchemaType::set_IsMixed method

XmlSchemaType::set_IsMixed method

Sets a value indicating if this type has a mixed content model. This call is only valid in a complex type.

virtual void System::Xml::Schema::XmlSchemaType::set_IsMixed(bool value)
ParameterTypeDescription
valueboolThe value to set.

See Also