RemoveValue Method
Removes a property value from this collection
Syntax
public void RemoveValue(
IEntity entity,
PropertyDefinition propDef
)Public Sub RemoveValue( _
ByVal entity As IEntity, _
ByVal propDef As PropertyDefinition _
) Parameters
| Name | Description |
|---|---|
| entity | The entity representing the property value to remove |
| propDef | The PropertyDefinition associated with thte property value to remove |