Creates a new property assignment with the specified name.

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

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.
name
Type: System..::..String
The name of the property assignment.

Return Value

The created property assignment.

See Also