AlternateDataStreamInfoStreamName Property |
Gets the name of the alternate data stream.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public string StreamName { get; }
Public ReadOnly Property StreamName As String
Get
public:
property String^ StreamName {
String^ get ();
}
member StreamName : string with get
Property Value
Type:
StringThe name of the stream.
Remarks This value is an empty string for the default stream (::$DATA), and for any other data stream it contains the name of the stream.
See Also