Table of Contents

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 ExpressionBuilderGraph

The expression builder workflow for which to set the property.

name string

The name of the workflow property.

value object

The new value.