ISandcastle ProjectPlatform Property
This is used to get or set the platform to use when building the project
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
This value is used for project documentation sources and project references so that the correct items are used from them.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string Platform { get; set; }VB
Property Platform As String
Get
SetC++
property String^ Platform {
String^ get ();
void set (String^ value);
}F#
abstract Platform : string with get, setProperty Value
StringThis value is used for project documentation sources and project references so that the correct items are used from them.