Gets the code name of the Project. This is the name used to refer to the Project in user code. Since it will be used in code, it must be a valid identifier.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public string CodeName { get; }
public:
property String^ CodeName {
String^ get();
}
member CodeName : string with get
Public ReadOnly Property CodeName As String
Property Value
Type: System.String
The code name of the Project.
See Also
Project Class
Microsoft.VisualStudio.Tools.Applications Namespace