←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.