ScheduledToastNotification.Tag Property

Definition

Gets or sets a string that uniquely identifies a toast notification inside a Group.

public:
 property Platform::String ^ Tag { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Tag();

void Tag(winrt::hstring value);
public string Tag { get; set; }
var string = scheduledToastNotification.tag;
scheduledToastNotification.tag = string;
Public Property Tag As String

Property Value

String

Platform::String

winrt::hstring

The unique identifier for this notification within a Group.

Applies to