Gets or sets the URI from which to download data.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <Required> Public Property FileUri As String |
| C# |
|---|
| [Required] public string FileUri { get; set; } |
| C++ |
|---|
| [Required] public property string FileUri sealed { String get(); void set(String value); } |
| J# |
|---|
| /** @attribute Required() */ /** property */ public string get_FileUri(); /** property */ public void set_FileUri(string value); |
| JScript |
|---|
| public function get FileUri() : String public function set FileUri(value : String); |
Property Value
The file URI.
See Also
Documentation version 1.0.0.0.