CheckPropAndGet
CheckPropAndGet
Returns the value to which the property is mapped in this container. If this container doesn’t contain record ProjectItem it will be added with default value and default value will be returned.
Returns: the value to which the property is mapped in this container or default value for property.
CheckPropAndGet(const Key < TValue, T > & key)
| Parameter | Description |
|---|---|
| key | the specified property. |