Emergency filename.

Namespace: FlightPlan
Assembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also