IsolatedStorageFileStream.CanWrite Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a Boolean value indicating whether you can write to the file.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Booleantrue if an IsolatedStorageFileStream object can be written; otherwise, false.
Use this property to determine whether the IsolatedStorageFileStream object can be written.
Show: