BackupFileStreamLength Property |
When overridden in a derived class, gets the length in bytes of the stream.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public override long Length { get; }
Public Overrides ReadOnly Property Length As Long
Get
public:
virtual property long long Length {
long long get () override;
}
abstract Length : int64 with get
override Length : int64 with get
Property Value
Type:
Int64This method always throws an exception.
Exceptions See Also