ChatRoomFileUploadJob.FileToUpload Property

Definition

Gets the file to upload.

public:
 property System::IO::FileInfo ^ FileToUpload { System::IO::FileInfo ^ get(); };
public System.IO.FileInfo FileToUpload { get; }
member this.FileToUpload : System.IO.FileInfo
Public ReadOnly Property FileToUpload As FileInfo

Property Value

The file to upload.

Applies to