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