SystemProperties.Keywords Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

The name of the System.Keywords file property.

Applies to