The path to the folder that contains the srcsafe.ini file.
Namespace: MSBuild.Community.Tasks.SourceSafe
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
<Required> Public Property DatabasePath As String |
C# |
---|
[Required] public string DatabasePath { get; set; } |
C++ |
---|
[Required] public property string DatabasePath sealed { String get(); void set(String value); } |
J# |
---|
/** @attribute Required() */ /** property */ public string get_DatabasePath(); /** property */ public void set_DatabasePath(string value); |
JScript |
---|
public function get DatabasePath() : String public function set DatabasePath(value : String); |
See Also
Documentation version 1.0.0.0.