NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlDocument.IsDocumentReadOnly

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);

Property Value

true if the the current document is read-only.

false if the document is read/write.

See Also

XmlDocument Class | XmlDocument Members | System.NewXml Namespace