System::Xml::XmlNotation::get_IsReadOnly methode

XmlNotation::get_IsReadOnly method

Geeft een waarde terug die aangeeft of het knooppunt alleen-lezen is.

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

ReturnValue

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

Zie ook