DownloadFile.DestinationFileName 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.
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