| UserCandidateplaces Property |
A list of random places in the system that can be used for false trips during validation
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string[] places { get; set; }
public:
property array<String^>^ places {
array<String^>^ get ();
void set (array<String^>^ value);
}
function get_places();
function set_places(value);
Property Value
Type:
StringSee Also