WebProjectSystem.ProjectName Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the name of the web project.

Namespace:  System.Web.WebPages.Administration.PackageManager
Assembly:  System.Web.WebPages.Administration (in System.Web.WebPages.Administration.dll)

Syntax

'Declaration
Public ReadOnly Property ProjectName As String 
    Get
'Usage
Dim instance As WebProjectSystem 
Dim value As String 

value = instance.ProjectName
public string ProjectName { get; }
public:
virtual property String^ ProjectName {
    String^ get () sealed;
}
abstract ProjectName : string 
override ProjectName : string
final function get ProjectName () : String

Property Value

Type: System.String
The name of the web project.

Implements

IProjectSystemProjectName

See Also

Reference

WebProjectSystem Class

System.Web.WebPages.Administration.PackageManager Namespace