AircraftListJsonFeeds Property |
Gets a collection of feeds that VRS has been configured to listen to and are currently enabled.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<FeedJson> Feeds { get; }
Public ReadOnly Property Feeds As List(Of FeedJson)
Get
public:
property List<FeedJson^>^ Feeds {
List<FeedJson^>^ get ();
}
member Feeds : List<FeedJson> with get
Property Value
Type:
ListFeedJsonSee Also