AircraftJsonSquawk Property |
Gets or sets the squawk currently transmitted by the aircraft.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Squawk { get; set; }
Public Property Squawk As String
Get
Set
public:
property String^ Squawk {
String^ get ();
void set (String^ value);
}
member Squawk : string with get, set
Property Value
Type:
StringSee Also