get_IsReadOnly()

XmlDocument::get_IsReadOnly() method

Returns a value indicating whether the current node is read-only.

bool System::Xml::XmlDocument::get_IsReadOnly() override

Return Value

true if the current node is read-only; otherwise false. XmlDocument nodes always return false.

See Also