Share via


ProjectInSolution.ParentProjectGuid Property

Gets the GUID, in "{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" form, of this project's parent project, if any.

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

Syntax

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

Property Value

Type: System.String
This project's parent project, if any.

.NET Framework Security

See Also

Reference

ProjectInSolution Class

Microsoft.Build.Construction Namespace