set_IsNillable()

XmlSchemaElement::set_IsNillable(bool) method

Sets information that indicates if xsi:nil can occur in the instance data. Indicates if an explicit nil value can be assigned to the element.

void System::Xml::Schema::XmlSchemaElement::set_IsNillable(bool value)

Arguments

ParameterTypeDescription
valueboolThe value to set.

See Also