BaseStationAircraftInfoUrl Property |
Gets or sets the URL of a web page showing more information about the aircraft.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string InfoUrl { get; set; }
Public Property InfoUrl As String
Get
Set
public:
property String^ InfoUrl {
String^ get ();
void set (String^ value);
}
member InfoUrl : string with get, set
Property Value
Type:
StringSee Also