AppNotification.Tag Property

Definition

Gets or sets a unique identifier that can be used to identify a set of app notifications across groups.

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 = appNotification.tag;
appNotification.tag = string;
Public Property Tag As String

Property Value

String

Platform::String

winrt::hstring

The unique identifier that specifies a set of app notifications across groups.

Remarks

The group for an app notification is specified with the Group property. The Tag property enables allows an app to identify a set of notifications across groups.

Applies to