get_IsMixed()

XmlSchemaType::get_IsMixed() method

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

virtual bool System::Xml::Schema::XmlSchemaType::get_IsMixed()

Return Value

true if the type has a mixed content model; otherwise, false. The default is false.

See Also