Share via


ProjectInSolution.ProjectGuid Property

The unique GUID associated with this project, in "{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" form

Namespace:  Microsoft.Build.Construction
Assembly:  Microsoft.Build (in Microsoft.Build.dll)

Syntax

'Declaration
Public Property ProjectGuid As String
public string ProjectGuid { get; internal set; }
public:
property String^ ProjectGuid {
    String^ get ();
    internal: void set (String^ value);
}
member ProjectGuid : string with get, internal set
function get ProjectGuid () : String 
internal function set ProjectGuid (value : String)

Property Value

Type: System.String
The string form of the project GUID.

.NET Framework Security

See Also

Reference

ProjectInSolution Class

Microsoft.Build.Construction Namespace