Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.