Click or drag to resize
BackupFileStreamLength Property
When overridden in a derived class, gets the length in bytes of the stream.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public override long Length { get; }

Property Value

Type: Int64
This method always throws an exception.
Exceptions
ExceptionCondition
NotSupportedExceptionThis exception is always thrown if this property is accessed on a BackupFileStream.
See Also