PushNotificationChannelManagerForUser.User Property

Definition

Gets the user.

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

Property Value

The user.

Applies to