| AircraftTypeType Property  | 
            Gets or sets the aircraft type code.
            
 
Namespace: VirtualRadar.Interface.StandingDataAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Type { get; set; }Public Property Type As String
	Get
	Set
public:
property String^ Type {
	String^ get ();
	void set (String^ value);
}member Type : string with get, set
Property Value
Type: 
String
See Also