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!

IsolatedStorageFileStream.CanWrite

Property tells if file can be read.

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

Property Value

True for isolated storage files that can be written.

Remarks

Use this property to determine if the isolated storage file stream can be written.

See Also

IsolatedStorageFileStream Class | IsolatedStorageFileStream Members | System.IO.IsolatedStorage Namespace