PreferenceSettings.Feeds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.