AppNotification.Group Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The identifier for an app notification group. This value must be unique within the app.