The path to the local working directory.
Namespace: MSBuild.Community.Tasks.SourceSafe
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.