ToastCollection.Id Property

Definition

Gets the ID of this notification group.

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = toastCollection.id;
Public ReadOnly Property Id As String

Property Value

String

Platform::String

winrt::hstring

Remarks

Storing the ID of the notification group enables you to use the ToastCollectionManager to manipulate it later.

Applies to