System::Xml::XmlEntityReference::get_IsReadOnly method

XmlEntityReference::get_IsReadOnly method

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

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

ReturnValue

true if the node is read-only; otherwise false. Because XmlEntityReference nodes are read-only, this method always returns true.

See Also