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