Share via


AppNotification.Group Property

Definition

Gets or sets the unique identifier for an app notification group.

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

Property Value

String

Platform::String

winrt::hstring

The identifier for an app notification group. This value must be unique within the app.

Applies to