System::Xml::Schema::XmlSchemaElement::set_IsNillable method

XmlSchemaElement::set_IsNillable 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)
ParameterTypeDescription
valueboolThe value to set.

See Also