Click or drag to resize
FileStreamName Property
Gets the name of the FileStream that was passed to the constructor.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public string Name { get; }

Return Value

Type: String
A string that is the name of the FileStream.
See Also