CachedFileUpdaterUI.UpdateRequest 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 the file update request currently being processed by the cached file updater.
public:
property FileUpdateRequest ^ UpdateRequest { FileUpdateRequest ^ get(); };
FileUpdateRequest UpdateRequest();
public FileUpdateRequest UpdateRequest { get; }
var fileUpdateRequest = cachedFileUpdaterUI.updateRequest;
Public ReadOnly Property UpdateRequest As FileUpdateRequest
Property Value
The file update request currently being processed by the cached file updater.