Deployment Tools Foundation
CanRead Property
Gets a value indicating whether the source stream supports reading.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public override bool CanRead { get; }
Public Overrides ReadOnly Property CanRead As Boolean Get
public: virtual property bool CanRead { bool get () override; }
Property Value
Boolean
true if the stream supports reading; otherwise, false.
true if the stream supports reading; otherwise, false.
Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)