Gets the name of the FileStream that was passed to the constructor.
Namespace: System.IOAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public string Name { get; }
Return Value
Type:
StringA string that is the name of the FileStream.
See Also