CanWrite Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation CanWrite Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionOffsetStreamCanWrite
Gets a value indicating whether the source stream supports writing.
Declaration Syntax
C# Visual Basic Visual C++ F#
public override bool CanWrite { get; }
Public Overrides ReadOnly Property CanWrite As Boolean
	Get
public:
virtual property bool CanWrite {
	bool get () override;
}
abstract CanWrite : bool with get
override CanWrite : bool with get
Property Value
Boolean
true if the stream supports writing; otherwise, false.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.11.1.2318)