BackupStreamInfoSize Property |
Gets the size of the data in the substream, in bytes.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public long Size { get; }
Public ReadOnly Property Size As Long
Get
public:
property long long Size {
long long get ();
}
member Size : int64 with get
Property Value
Type:
Int64The size of the data in the substream, in bytes.
See Also