Gets or sets a value indicating whether the document is read-only.
[Visual Basic] Overridable Public Property IsDocumentReadOnly As Boolean [C#] public bool IsDocumentReadOnly {virtual get; virtual set;} [C++] public: __property virtual bool get_IsDocumentReadOnly(); public: __property virtual void set_IsDocumentReadOnly(bool); [JScript] public function get IsDocumentReadOnly() : Boolean; public function set IsDocumentReadOnly(Boolean);
true if the the current document is read-only.
false if the document is read/write.
XmlDocument Class | XmlDocument Members | System.NewXml Namespace