Share via


ReminderNotificationTriggerDetails.Details Property

Definition

Additional details for the reminder.

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

Property Value

String

Platform::String

winrt::hstring

A string that contains additional details for 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