Share via


ToastCollectionManager.User Property

Definition

Gets the user who receives the toast notification groups created by this toast collection manager.

public:
 property User ^ User { User ^ get(); };
User User();
public User User { get; }
var user = toastCollectionManager.user;
Public ReadOnly Property User As User

Property Value

The user who receives the toast notification groups.

Applies to