AircraftDetailModelName Property |
Gets the model name. 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 ModelName { get; }
Public ReadOnly Property ModelName As String
Get
public:
property String^ ModelName {
String^ get ();
}
member ModelName : string with get
Property Value
Type:
StringSee Also