SetValue(IEntity,PropertyDefinition,Object) Method
Adds a property value to this collection.
Syntax
public void SetValue(
IEntity entity,
PropertyDefinition propDef,
System.object value
)Public Overloads Sub SetValue( _
ByVal entity As IEntity, _
ByVal propDef As PropertyDefinition, _
ByVal value As System.Object _
) Parameters
| Name | Description |
|---|---|
| entity | The entity that the property value belongs to |
| propDef | The PropertyDefinition that the value is associated with |
| value | The actual property value |