System::Xml::XmlNotation::get_IsReadOnly metode

XmlNotation::get_IsReadOnly method

Mengembalikan nilai yang menunjukkan apakah node bersifat read-only.

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.

Lihat Juga