Method SetPropertyValue
SetPropertyValue(string, string)
Predefine a runtime property.
Declaration
public static void SetPropertyValue(string name, string val)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The property name. |
| string | val | The property value. |