Project File ConfigurationSolution Platform Property
This is used to get or set the platform used for the solution
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 SolutionPlatform { get; set; }VB
Public Property SolutionPlatform As String
Get
SetC++
public:
property String^ SolutionPlatform {
String^ get ();
void set (String^ value);
}F#
member SolutionPlatform : string with get, set