GetValue Method
Gets a property value from this collection for a specific entity and property definition
Syntax
public System.object GetValue(
IEntity entity,
PropertyDefinition propDef
)Public Function GetValue( _
ByVal entity As IEntity, _
ByVal propDef As PropertyDefinition _
) As System.ObjectParameters
| Name | Description |
|---|---|
| entity | The Entity to retrieve a value for |
| propDef | The PropertyDefinition to retrieve a value for |
Return Value
The property value associated with the entity and PropertyDefinition. Null is returned if there is no value stored in this collection