UpdateDialogShowingEventArgsAvailableUpdates 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.
Remarks
Only updates that can be applied to the controller's
Version appear in this
collection.
See Also