# Set Method
Assigning the value to given key name.

## Syntax
```javascript
	Set(keyName: Text; value: Text)
```

## Parameters
### *keyName*
Type: Text<br/>
Key name of the exception property.
### *value*
Type: Text<br/>
Value of the exception property.

## Return Value
### *None*
