CanRead Property

DTF API

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

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