CachedFileUpdaterTriggerDetails.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 FileUpdateRequest object associated with the cached file update.
public:
property FileUpdateRequest ^ UpdateRequest { FileUpdateRequest ^ get(); };
FileUpdateRequest UpdateRequest();
public FileUpdateRequest UpdateRequest { get; }
var fileUpdateRequest = cachedFileUpdaterTriggerDetails.updateRequest;
Public ReadOnly Property UpdateRequest As FileUpdateRequest
Property Value
The FileUpdateRequest object associated with the cached file update.