SolutionContext.ProjectName Property

Definition

Gets the unique name of the project for which this SolutionContext object provides context.

public:
 property System::String ^ ProjectName { System::String ^ get(); };
public:
 property Platform::String ^ ProjectName { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(3)]
public string ProjectName { [System.Runtime.InteropServices.DispId(3)] get; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
member this.ProjectName : string
Public ReadOnly Property ProjectName As String

Property Value

A string representing the unique name of the project for which this SolutionContext object provides context.

Attributes

Applies to