DestinationFileName Property

Summary

Gets the download operation destination file name.

Syntax
C#
VB
C++
public string DestinationFileName { get; } 
  
Public ReadOnly Property DestinationFileName As String 
public: 
property String^ DestinationFileName { 
   String^ get(); 
} 

Property Value

The download operation destination file name.

Remarks

This is the same value as the destinationFileName parameter passed to DownloadFileAsync if this method was called to initiate the download. If GetDownloadStreamAsync was called to initiate the download, then the value of this property is null (Nothing in VB).

Example

For an example, refer to DownloadFileAsync.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.