ScheduledToastNotification.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 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 = scheduledToastNotification.group;
scheduledToastNotification.group = string;
Public Property Group As String
Property Value
The group identifier for the notification.