Arguments Property

MSBuild

Gets or sets the arguments.


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

Syntax

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

/** property */
public void set_Arguments(string value);
JScript
public function get Arguments() : String

public function set Arguments(value : String);

Property Value

The arguments.

See Also

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