Creates a new 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 BCPropertyAssignment NewWorkflowPropertyAssignment(
	BCPropertyDef property,
	Object value
)
Visual Basic
Public Function NewWorkflowPropertyAssignment ( _
	property As BCPropertyDef, _
	value As Object _
) As BCPropertyAssignment
Visual C++
public:
BCPropertyAssignment^ NewWorkflowPropertyAssignment(
	BCPropertyDef^ property, 
	Object^ value
)

Parameters

property
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCPropertyDef
The property definition of the property assignment.
value
Type: System..::..Object
The value of the property assignment.

Return Value

The created property assignment.

See Also