Method SetWorkflowProperty
- Namespace
- Bonsai.Expressions
- Assembly
- Bonsai.Core.dll
SetWorkflowProperty(ExpressionBuilderGraph, string, object)
Sets the value of a workflow property to a different value.
public static void SetWorkflowProperty(this ExpressionBuilderGraph source, string name, object value)
Parameters
source
ExpressionBuilderGraphThe expression builder workflow for which to set the property.
name
stringThe name of the workflow property.
value
objectThe new value.