set_IsMixed()

XmlSchemaType::set_IsMixed(bool) 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)

Arguments

ParameterTypeDescription
valueboolThe value to set.

See Also