get_IsNillable()

XmlSchemaElement::get_IsNillable() method

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

bool System::Xml::Schema::XmlSchemaElement::get_IsNillable()

Return Value

If nillable is true, this enables an instance of the element to have the nil attribute set to true. The nil attribute is defined as part of the XML Schema namespace for instances. The default is false. Optional.

See Also