Changes the property assignment.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public void ChangePropertyAssignment(
	BCPropertyDef propertyDef,
	Object value
)
Visual Basic
Public Sub ChangePropertyAssignment ( _
	propertyDef As BCPropertyDef, _
	value As Object _
)
Visual C++
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