AppointmentManagerForUser.User Property

Definition

Gets the User represented by this appointment manager.

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

Property Value

The User represented by this appointment manager.

Windows requirements

App capabilities
appointmentsSystem

Applies to