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!

CodeStream.CanEdit

Gets or sets a value indicating whether the code stream can be modified.

[Visual Basic]
Overridable Public ReadOnly Property CanEdit As Boolean
[C#]
public bool CanEdit {virtual get;}
[C++]
public: __property virtual bool get_CanEdit();
[JScript]
public function get CanEdit() : Boolean;

Property Value

true if the code stream can be modified; otherwise, false.

Remarks

The editable state of the code stream may be affected by the checked out state of the document or if the file is read-only.

See Also

CodeStream Class | CodeStream Members | System.ComponentModel.Design Namespace