BCWorkflowStateNewWorkflowPropertyAssignment Method (BCPropertyDef, Object) | 
 
            Creates a new 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)
Syntaxpublic BCPropertyAssignment NewWorkflowPropertyAssignment(
	BCPropertyDef property,
	Object value
)
Public Function NewWorkflowPropertyAssignment ( 
	property As BCPropertyDef,
	value As Object
) As BCPropertyAssignment
Parameters
- property
 - Type: BlueCieloECM.InnoCielo.Meridian.ServerBCPropertyDef
The property definition of the property assignment. - value
 - Type: SystemObject
The value of the property assignment. 
Return Value
Type: 
BCPropertyAssignmentThe created property assignment.
See Also