Changes the property assignment.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax
public void ChangePropertyAssignment( BCPropertyDef propertyDef, Object value )
Parameters
- propertyDef
- Type: BlueCieloECM.InnoCielo.Meridian.Server BCPropertyDef
The property definition to change the assignment to.
- value
- Type:
System Object
The value of the assignment.
See Also