PreferenceSettings.Feeds Property

Definition

Gets a read-only collection of feeds for the Web Platform Installer.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Web::PlatformInstaller::Feed ^> ^ Feeds { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Web::PlatformInstaller::Feed ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Web.PlatformInstaller.Feed> Feeds { get; }
member this.Feeds : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Web.PlatformInstaller.Feed>
Public ReadOnly Property Feeds As ReadOnlyCollection(Of Feed)

Property Value

A generic ReadOnlyCollection of Feed objects.

Applies to