FileUpdateRequest.Status 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 or sets the status of the update. This property is set in response to a FileUpdateRequested event.
public:
property FileUpdateStatus Status { FileUpdateStatus get(); void set(FileUpdateStatus value); };
FileUpdateStatus Status();
void Status(FileUpdateStatus value);
public FileUpdateStatus Status { get; set; }
var fileUpdateStatus = fileUpdateRequest.status;
fileUpdateRequest.status = fileUpdateStatus;
Public Property Status As FileUpdateStatus
Property Value
An enum value that indicates the status of the update.