Tab.FeedList Property

Definition

Gets a collection of Feed objects.

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ FeedList { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> FeedList { get; }
member this.FeedList : System.Collections.Generic.ICollection<string>
Public ReadOnly Property FeedList As ICollection(Of String)

Property Value

A generic collection of Feed objects.

Applies to