Gets a value indicating whether the source stream supports writing.
![](collapse_all.gif)
Declaration Syntax
C# |
Visual Basic |
Visual C++ |
public override bool CanWrite { get; }
Public Overrides ReadOnly Property CanWrite As Boolean
public:
virtual property bool CanWrite {
bool get () override;
}
![](collapse_all.gif)
Value
true if the stream supports writing; otherwise, false.
Assembly:
Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression) Version: 3.0.0.0 (3.5.1623.0)