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.111.0)
Syntax public void ChangePropertyAssignment(
BCPropertyDef propertyDef,
Object value
)
Public Sub ChangePropertyAssignment (
propertyDef As BCPropertyDef,
value As Object
)
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