Gets or sets the repository path.
Namespace: MSBuild.Community.Tasks.Subversion
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <Output> Public Property RepositoryPath As String |
| C# |
|---|
| [Output] public string RepositoryPath { get; set; } |
| C++ |
|---|
| [Output] public property string RepositoryPath sealed { String get(); void set(String value); } |
| J# |
|---|
| /** @attribute Output() */ /** property */ public string get_RepositoryPath(); /** property */ public void set_RepositoryPath(string value); |
| JScript |
|---|
| public function get RepositoryPath() : String public function set RepositoryPath(value : String); |
Property Value
The repository path.
See Also
Documentation version 1.0.0.0.