Path Property

MSBuild

The Visual SourceSafe project or file to perform the action on (starts with "$/").


Namespace: MSBuild.Community.Tasks.SourceSafe
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
<Required>
Public Property Path As String
C#
[Required]
public string Path { get; set; }
C++
[Required]
public property string Path sealed  {
    String get();
    void set(String value);
}
J#
/** @attribute Required() */
/** property */
public string get_Path();

/** property */
public void set_Path(string value);
JScript
public function get Path() : String

public function set Path(value : String);

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.