Click or drag to resize

BackupFileStreamCanRead Property

Gets a value indicating whether the current stream supports reading.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public override bool CanRead { get; }

Return Value

Type: Boolean
if the stream supports reading, otherwise.
See Also