| Reservationclient Property |
[Missing <summary> documentation for "P:ParaPlanREST.Models.Reservation.client"]
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Client client { get; set; }
public:
property Client^ client {
Client^ get ();
void set (Client^ value);
}
function get_client();
function set_client(value);
Property Value
Type:
ClientSee Also