BackupStreamInfoAttributes Property |
Gets the attributes of the data to facilitate cross-operating system transfer.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public STREAM_ATTRIBUTES Attributes { get; }
Public ReadOnly Property Attributes As STREAM_ATTRIBUTES
Get
public:
property STREAM_ATTRIBUTES Attributes {
STREAM_ATTRIBUTES get ();
}
member Attributes : STREAM_ATTRIBUTES with get
Property Value
Type:
STREAM_ATTRIBUTESAttributes of the data to facilitate cross-operating system transfer.
See Also