DestinationPath Property

MSBuild

The path to which the SourcePath should be copied


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

Syntax

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

/** property */
public void set_DestinationPath(string value);
JScript
public function get DestinationPath() : String

public function set DestinationPath(value : String);

See Also

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