Share via


ReminderNotificationTriggerDetails.Description Property

Definition

The description of the reminder.

public:
 property Platform::String ^ Description { Platform::String ^ get(); };
winrt::hstring Description();
public string Description { get; }
var string = reminderNotificationTriggerDetails.description;
Public ReadOnly Property Description As String

Property Value

String

Platform::String

winrt::hstring

The description of the reminder.

Windows requirements

App capabilities
accessoryManager

Remarks

Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.

Applies to