FolderInformation.DisplayName Property

Definition

Gets the user-friendly name of the StorageFolder.

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

Property Value

String

Platform::String

winrt::hstring

The user-friendly name of the StorageFolder.

Implements

Applies to

See also