Method GetStaticProperty
GetStaticProperty(string)
Get the value of the static property with the given propertyKey.
Declaration
public Property GetStaticProperty(string propertyKey)
Parameters
| Type | Name | Description |
|---|---|---|
| string | propertyKey | Identifier of the static property to get the value of. |
Returns
| Type | Description |
|---|---|
| Property | The value of the static property with the given |
Exceptions
| Type | Condition |
|---|---|
| ArgumentException | Thrown if the given |
| PropertyNotFoundException | Thrown if there is no static property with the given |