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