System::Xml::XmlTextWriter::get_Namespaces method

XmlTextWriter::get_Namespaces method

Returns a value indicating whether to do namespace support.

bool System::Xml::XmlTextWriter::get_Namespaces()

ReturnValue

true to support namespaces; otherwise, false. The default is true.

See Also