System::Xml::XmlDocument::get_IsReadOnly metode

XmlDocument::get_IsReadOnly method

Mengembalikan nilai yang menunjukkan apakah node saat ini bersifat read-only.

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

ReturnValue

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

Lihat Juga