Returns true
if the value of the specified property has been set for this content item, otherwise false
.
null
.
true
if the value of the specified property has been set for this content item, otherwise false
.
An InvalidOperationException
will be thrown if getPropertyValue
is called on a property that does not have a value set.
Exception Type | Condition |
---|---|
InvalidOperationException | The item has already been removed. |
ArgumentException | The content item does not contain the specified property. |
IContentItem Interface | Plumtree.Remote.PRC.Content.Item Namespace