共用方式為


ProjectInSolution.ProjectName Property

Gets the project name.

Namespace:  Microsoft.Build.Construction
Assembly:  Microsoft.Build (in Microsoft.Build.dll)

Syntax

'Declaration
Public Property ProjectName As String
public string ProjectName { get; internal set; }
public:
property String^ ProjectName {
    String^ get ();
    internal: void set (String^ value);
}
member ProjectName : string with get, internal set
function get ProjectName () : String 
internal function set ProjectName (value : String)

Property Value

Type: System.String
The project name.

.NET Framework Security

See Also

Reference

ProjectInSolution Class

Microsoft.Build.Construction Namespace