Path to local working copy.
Namespace: MSBuild.Community.Tasks.Subversion
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <Required> Public Property LocalPath As String |
| C# |
|---|
| [Required] public string LocalPath { get; set; } |
| C++ |
|---|
| [Required] public property string LocalPath sealed { String get(); void set(String value); } |
| J# |
|---|
| /** @attribute Required() */ /** property */ public string get_LocalPath(); /** property */ public void set_LocalPath(string value); |
| JScript |
|---|
| public function get LocalPath() : String public function set LocalPath(value : String); |
See Also
Documentation version 1.0.0.0.