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;
True for isolated storage files that can be written.
Use this property to determine if the isolated storage file stream can be written.
IsolatedStorageFileStream Class | IsolatedStorageFileStream Members | System.IO.IsolatedStorage Namespace