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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.