Gets a Boolean value indicating whether you can write to the file.
Namespace:
?
System.IO.IsolatedStorage
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides ReadOnly Property CanWrite As Boolean |
C# |
---|
public override bool CanWrite { get; } |
Visual C++ |
---|
public:
virtual property bool CanWrite {
bool get () override;
} |
JavaScript |
---|
function get_canWrite();
|
Return Value
true if an
IsolatedStorageFileStream object can be written; otherwise, false.
See Also