Method HasStaticProperty
HasStaticProperty(string)
Check if this item has a static property with the given propertyKey.
Declaration
public bool HasStaticProperty(string propertyKey)
Parameters
| Type | Name | Description |
|---|---|---|
| string | propertyKey | The identifier of the static property to look for. |
Returns
| Type | Description |
|---|---|
| bool |
|
Exceptions
| Type | Condition |
|---|---|
| ArgumentException | Thrown if the given |