The directory where to save the downloaded data.

Namespace: FlightPlan.Optimizer.Wfs
Assembly: FlightPlanOptimizer (in FlightPlanOptimizer.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string DirectoryPath { get; set; }
Visual Basic
Public Property DirectoryPath As String
	Get
	Set
Visual C++
public:
property String^ DirectoryPath {
	String^ get ();
	void set (String^ value);
}

See Also