Click or drag to resize

BackupFileStreamPosition Property

When overridden in a derived class, gets or sets the position within the current stream.

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

Property Value

Type: Int64
This method always throws an exception.
Exceptions
ExceptionCondition
NotSupportedException
See Also