UploadOperation.SourceFile 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.
Specifies the IStorageFile to upload.
public:
property IStorageFile ^ SourceFile { IStorageFile ^ get(); };
IStorageFile SourceFile();
public IStorageFile SourceFile { get; }
var iStorageFile = uploadOperation.sourceFile;
Public ReadOnly Property SourceFile As IStorageFile
Property Value
The file item to upload.