IFeedManagerVisibleFeeds Property |
Gets a collection of feeds that the web site can see.
Namespace: VirtualRadar.Interface.ListenerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IFeed[] VisibleFeeds { get; }
ReadOnly Property VisibleFeeds As IFeed()
Get
property array<IFeed^>^ VisibleFeeds {
array<IFeed^>^ get ();
}
abstract VisibleFeeds : IFeed[] with get
Property Value
Type:
IFeedRemarks
This is a subset of
Feeds.
See Also