| Stoplocation Property |
[Missing <summary> documentation for "P:ParaPlanREST.Models.Stop.location"]
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Place location { get; set; }
public:
property Place^ location {
Place^ get ();
void set (Place^ value);
}
function get_location();
function set_location(value);
Property Value
Type:
PlaceSee Also