GetPropertyValue Method
Gets a single property value for a specific Entity
Syntax
System.object GetPropertyValue(
IEntity entity,
PropertyDefinition propDef,
PropertyValueSettings settings
)Function GetPropertyValue( _
ByVal entity As IEntity, _
ByVal propDef As PropertyDefinition, _
ByVal settings As PropertyValueSettings _
) As System.ObjectParameters
| Name | Description |
|---|---|
| entity | The entity to get a property value for |
| propDef | The Property Definition to get a property value for. |
| settings | Optional conifguration which determines how some property values should be computed. This can be null to use the default settings |
Return Value
The resulting property value, or null if there is no value