FileUpdateRequestedEventArgs.Request 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 details of the requested file update.
public:
property FileUpdateRequest ^ Request { FileUpdateRequest ^ get(); };
FileUpdateRequest Request();
public FileUpdateRequest Request { get; }
var fileUpdateRequest = fileUpdateRequestedEventArgs.request;
Public ReadOnly Property Request As FileUpdateRequest
Property Value
The details of the requested file update.