Summary
    Gets a single value for a key, using the first
    one if multiple values are present and returning
    null if the value is not found.
    
		- Namespace
 - TCLite
.Interfaces  - Containing Type
 - IPropertyBag
 
Syntax
object Get(string key)
	Parameters
| Name | Type | Description | 
|---|---|---|
| key | string | 
Return Value
| Type | Description | 
|---|---|
| object | 
