DownloadFile.DestinationFileName Property

Definition

Gets or sets an optional filename for the destination file. By default, the filename is derived from the SourceUrl if possible.

public:
 property Microsoft::Build::Framework::ITaskItem ^ DestinationFileName { Microsoft::Build::Framework::ITaskItem ^ get(); void set(Microsoft::Build::Framework::ITaskItem ^ value); };
public Microsoft.Build.Framework.ITaskItem DestinationFileName { get; set; }
member this.DestinationFileName : Microsoft.Build.Framework.ITaskItem with get, set
Public Property DestinationFileName As ITaskItem

Property Value

Applies to