Share via


Project.DisplayName Property

 

Gets the display name of the Project. This is the name displayed for the Project in the IDE. Since it will not be used in code, it need not be a valid identifier.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

Syntax

public string DisplayName { get; }
public:
property String^ DisplayName {
    String^ get();
}
member DisplayName : string with get
Public ReadOnly Property DisplayName As String

Property Value

Type: System.String

The display name of the Project.

See Also

Project Class
Microsoft.VisualStudio.Tools.Applications Namespace

Return to top