ToastNotification.Group Property

Definition

Gets or sets the group identifier for the notification.

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

void Group(winrt::hstring value);
public string Group { get; set; }
var string = toastNotification.group;
toastNotification.group = string;
Public Property Group As String

Property Value

String

Platform::String

winrt::hstring

The group identifier for the notification.

Remarks

In previous versions of Windows, the group property can be a maximum length of 16 characters long. However, in the Creators Update (15063), the maximum limit was increased to 64 characters.

Applies to