DownloadFile.SourceUrl 属性
定义
获取或设置要下载的 URL。Gets or sets the URL to download.
public:
property System::String ^ SourceUrl { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.Build.Framework.Required]
public string SourceUrl { get; set; }
[<Microsoft.Build.Framework.Required>]
member this.SourceUrl : string with get, set
Public Property SourceUrl As String
属性值
- 属性