SystemProperties.Title Property

Definition

Gets the name of the System.Title property (one of the Windows file properties.

public:
 static property Platform::String ^ Title { Platform::String ^ get(); };
static winrt::hstring Title();
public static string Title { get; }
var string = SystemProperties.title;
Public Shared ReadOnly Property Title As String

Property Value

String

Platform::String

winrt::hstring

The name of the System.Title file property.

Applies to