ToastNotificationManagerForUser.User Property

Definition

Gets the user that receives the toast notifications created by this object.

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

Property Value

The user that receives the toast notifications created by this object.

Applies to