AircraftListJsonSourceFeedId Property |
Gets or sets the ID of the feed that this aircraft list is showing.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int SourceFeedId { get; set; }
Public Property SourceFeedId As Integer
Get
Set
public:
property int SourceFeedId {
int get ();
void set (int value);
}
member SourceFeedId : int with get, set
Property Value
Type:
Int32Remarks
It's entirely possible that this ID number does not correspond with any feed in
Feeds - this
can happen when reporting on the Flight Simulator X feed, or when the feed requested by the website no
longer exists on the server.
See Also