BCProjectWorkflowStateNewWorkflowPropertyAssignment Method (BCPropertyDef, Object, String) |
Creates a new property assignment with the specified name.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCPropertyAssignment NewWorkflowPropertyAssignment(
BCPropertyDef property,
Object value,
string name
)
Public Function NewWorkflowPropertyAssignment (
property As BCPropertyDef,
value As Object,
name As String
) As BCPropertyAssignment
public:
BCPropertyAssignment^ NewWorkflowPropertyAssignment(
BCPropertyDef^ property,
Object^ value,
String^ name
)
member NewWorkflowPropertyAssignment :
property : BCPropertyDef *
value : Object *
name : string -> BCPropertyAssignment
Parameters
- property
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCPropertyDef
The property definition of the property assignment. - value
- Type: SystemObject
The value of the property assignment. - name
- Type: SystemString
The name of the property assignment.
Return Value
Type:
BCPropertyAssignmentThe created property assignment.
See Also