| Clientappointments Property |
List of upcoming one-time reservations. Object is type
Reservation
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<Reservation> appointments { get; set; }
public:
property List<Reservation^>^ appointments {
List<Reservation^>^ get ();
void set (List<Reservation^>^ value);
}
function get_appointments();
function set_appointments(value);
Property Value
Type:
ListReservationSee Also