FileInformation.DisplayName Property

Definition

Gets the user-friendly name of the StorageFile.

public:
 property Platform::String ^ DisplayName { Platform::String ^ get(); };
winrt::hstring DisplayName();
public string DisplayName { get; }
var string = fileInformation.displayName;
Public ReadOnly Property DisplayName As String

Property Value

String

Platform::String

winrt::hstring

The user-friendly name of the StorageFile.

Implements

Applies to

See also