Edit

Share via


ToastButtonSnooze.SelectionBoxId Property

Definition

Gets or sets the ID of an existing ToastSelectionBox in order to allow the user to pick a custom snooze time. Optional. The ID's of the ToastSelectionBoxItems inside the selection box must represent the snooze interval in minutes. For example, if the user selects an item that has an ID of "120", then the notification will be snoozed for 2 hours. When the user clicks this button, if you specified a SelectionBoxId, the system will parse the ID of the selected item and snooze by that amount of minutes. If you didn't specify a SelectionBoxId, the system will snooze by the default system snooze time.

public string SelectionBoxId { get; set; }
member this.SelectionBoxId : string with get, set
Public Property SelectionBoxId As String

Property Value

Applies to