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