# Get Method
Returns the value for requested key name, if present.

## Syntax
```javascript
	[Text := ] Get(keyName: Text)
```

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

## Return Value
### *Text*
Value of the exception property as string.

## See Also
[Get(Dictionary)](./get2.md)<br />
