AircraftDetailDatabaseRegistration Property |
Gets the registration. If the BaseStation database record is present it takes precedence over the OnlineAircraft record.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string DatabaseRegistration { get; }
Public ReadOnly Property DatabaseRegistration As String
Get
public:
property String^ DatabaseRegistration {
String^ get ();
}
member DatabaseRegistration : string with get
Property Value
Type:
StringSee Also