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