UpdateFoundEventArgsAvailableUpdates Property |
Gets a collection containing an
UpdateInformation for each update that
is available to be applied to the application.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic AvailableUpdateCollection AvailableUpdates { get; }
Public ReadOnly Property AvailableUpdates As AvailableUpdateCollection
Get
public:
property AvailableUpdateCollection^ AvailableUpdates {
AvailableUpdateCollection^ get ();
}
member AvailableUpdates : AvailableUpdateCollection with get
Property Value
Type:
AvailableUpdateCollectionA collection containing an
UpdateInformation for each update that
is available to be applied to the application.
RemarksThe collection contains only updates that can be applied to BaseVersion.
Only items from this collection can be specified for SelectedUpdate.
See Also