Share via


FileStream.Name Property

Gets the name of the FileStream that was passed to the constructor.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)

Syntax

public string Name { get; }

Property Value

A string that is the name of the FileStream.

Version Information

Available in .NET Micro Framework version 3.0 and above.

See Also

Reference

FileStream Class
FileStream Members
System.IO Namespace