ProjectInSolution.ProjectGuid 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.
The unique guid associated with this project, in "{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" form
public:
property System::String ^ ProjectGuid { System::String ^ get(); };
public string ProjectGuid { get; }
member this.ProjectGuid : string
Public ReadOnly Property ProjectGuid As String