LocalPath Property

MSBuild

Gets or sets the local path.


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

Syntax

Visual Basic (Declaration)
Public Property LocalPath As String
C#
public string LocalPath { get; set; }
C++
public property string LocalPath sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_LocalPath();

/** property */
public void set_LocalPath(string value);
JScript
public function get LocalPath() : String

public function set LocalPath(value : String);

Property Value

The local path.

See Also

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