Solution Property

MSBuild

Name of Solution to get Projects from


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

Syntax

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

/** property */
public void set_Solution(string value);
JScript
public function get Solution() : String

public function set Solution(value : String);

See Also

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