BCPropertyAssignmentChangePropertyAssignment Method |
Changes the property assignment.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: 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
)
Public Sub ChangePropertyAssignment (
propertyDef As BCPropertyDef,
value As Object
)
public:
void ChangePropertyAssignment(
BCPropertyDef^ propertyDef,
Object^ value
)
member ChangePropertyAssignment :
propertyDef : BCPropertyDef *
value : Object -> unit
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