Method GetProperty
GetProperty(string)
Get the value of the property with the given key.
Declaration
public Property GetProperty(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | Identifier of the property to get the value of. |
Returns
| Type | Description |
|---|---|
| Property | The value of the property with the given |
Exceptions
| Type | Condition |
|---|---|
| ArgumentException | If the |
| NullReferenceException | If this item has been discarded. |
| PropertyNotFoundException | If there is no property with the given |