Click or drag to resize
BCPropertyAssignmentChangePropertyAssignment Method
Changes the property assignment.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public void ChangePropertyAssignment(
	BCPropertyDef propertyDef,
	Object value
)

Parameters

propertyDef
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCPropertyDef
The property definition to change the assignment to.
value
Type: SystemObject
The value of the assignment.
See Also