ScheduledToastNotification.Tag 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.
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 = scheduledToastNotification.tag;
scheduledToastNotification.tag = string;
Public Property Tag As String
Property Value
The unique identifier for this notification within a Group.