Method TryGetPropertyValue
TryGetPropertyValue(string, string, out Property)
Get the property with the given propertyKey
of the item with the given itemId
.
Declaration
bool TryGetPropertyValue(string itemId, string propertyKey, out Property propertyValue)
Parameters
Type | Name | Description |
---|---|---|
string | itemId | The item's identifier. |
string | propertyKey | The property's identifier. |
Property | propertyValue | The property's value found for the given identifiers. |
Returns
Type | Description |
---|---|
bool | True if a property with the given |