System::Xml::XmlQualifiedName::get_IsEmpty method

XmlQualifiedName::get_IsEmpty method

Returns a value indicating whether the XmlQualifiedName is empty.

bool System::Xml::XmlQualifiedName::get_IsEmpty() const

ReturnValue

true if name and namespace are empty strings; otherwise, false.

See Also