Reflection Data SetPlatform Property
This is used to get or set the platform associated with the reflection data set
Definition
Namespace: Sandcastle.Core.Reflection
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 Platform { get; set; }VB
Public Property Platform As String
Get
SetC++
public:
property String^ Platform {
String^ get ();
void set (String^ value);
}F#
member Platform : string with get, set