IdentifierAndCategoryMessageIdentification Property |
Gets or sets the identification code transmitted by the vehicle.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Identification { get; set; }
Public Property Identification As String
Get
Set
public:
property String^ Identification {
String^ get ();
void set (String^ value);
}
member Identification : string with get, set
Property Value
Type:
StringRemarks
This is the aircraft identification as filed on the flight plan, or the registration of the aircraft if it is either not flying
against a flight plan or the aircraft identification is not known, or a surface vehicle's radio call sign.
See Also