BackupStreamInfoStreamType Property |
Gets the type of the data in the stream.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public BackupStreamType StreamType { get; }
Public ReadOnly Property StreamType As BackupStreamType
Get
public:
property BackupStreamType StreamType {
BackupStreamType get ();
}
member StreamType : BackupStreamType with get
Property Value
Type:
BackupStreamTypeThe type of the data in the stream.
See Also