Share via


FileUpdateRequest.File Property

Definition

Gets a StorageFile object that represents the locally cached copy of the file to update.

public:
 property StorageFile ^ File { StorageFile ^ get(); };
StorageFile File();
public StorageFile File { get; }
var storageFile = fileUpdateRequest.file;
Public ReadOnly Property File As StorageFile

Property Value

The StorageFile object that represents the locally cached copy of the file to update.

Applies to