SetSystemProperty
Sets the value of a system property specified within the first parameter
Note: Only new system defined system properties can be set, calling this function with a pre-defined system property name has no effect.
Function
void SetSystemProperty(propertyName: string, value: object);
Parameters
| Name | Type | Description |
|---|---|---|
| propertyName | String | The name of the property to set (as it appears in the Project Explorer) |
| value | Object | The value to set the property to |
Return Value
None