get_IsEmpty()

XmlQualifiedName::get_IsEmpty() const method

Returns a value indicating whether the XmlQualifiedName is empty.

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

Return Value

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

See Also