| BaseStationMessageIcao24 Property  | 
            Gets or sets the Mode S identifier transmitted by the aircraft.
            
 
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Icao24 { get; set; }Public Property Icao24 As String
	Get
	Set
public:
property String^ Icao24 {
	String^ get ();
	void set (String^ value);
}member Icao24 : string with get, set
Property Value
Type: 
String
See Also