FileSystemEntry.FileName Property

Definition

Gets the file name for this entry.

public:
 property ReadOnlySpan<char> FileName { ReadOnlySpan<char> get(); };
public ReadOnlySpan<char> FileName { get; }
member this.FileName : ReadOnlySpan<char>
Public ReadOnly Property FileName As ReadOnlySpan(Of Char)

Property Value

This entry's file name.

Applies to