| AircraftTypeSpecies Property  | 
            Gets or sets the type of aircraft this is (fixed-wing, seaplane, helicopter etc.).
            
 
Namespace: VirtualRadar.Interface.StandingDataAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Species Species { get; set; }Public Property Species As Species
	Get
	Set
public:
property Species Species {
	Species get ();
	void set (Species value);
}member Species : Species with get, set
Property Value
Type: 
Species
See Also