Project File ConfigurationProject Guid Property
The project GUID from a .sln solution file
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string ProjectGuid { get; set; }VB
Public Property ProjectGuid As String
Get
SetC++
public:
property String^ ProjectGuid {
String^ get ();
void set (String^ value);
}F#
member ProjectGuid : string with get, set