SolutionContext.ProjectName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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