SystemProperties.Comment Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

The name of the System.Comment file property.

Applies to