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. |