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