BadgeUpdateManagerForUser.User Property

Definition

Gets the user targeted by the badge update manager.

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

Property Value

The user targeted by the badge update manager.

Applies to