Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.