Method TryGetDefaultProperty
TryGetDefaultProperty(string, out Property)
Try to get the default value of the property with the given propertyKey.
Declaration
public bool TryGetDefaultProperty(string propertyKey, out Property property)
Parameters
| Type | Name | Description |
|---|---|---|
| string | propertyKey | Identifier of the property to get the value of. |
| Property | property | The default value of the searched property, if found. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if a property with the given |