FileStream.CanWrite Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value indicating whether the current stream supports writing.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Booleantrue if the stream supports writing; false if the stream is closed or was opened with read-only access.
Show: