Edit

FunctionNode.TraceFullyRealized Property

Definition

Generally this should not be overridden. True indicates the result of the node is traced as part of the "expanded" (i.e. "realized") trace information. Otherwise the node expression is printed, and parameters to the node may or may not be fully realized - depending on each respective parameter's trace-fully-realized setting.

The purpose is so the end user can understand how their expression expanded at run time. For example, consider the expression: eq(variables.publish, 'true'). The runtime-expanded expression may be: eq('true', 'true')

protected override bool TraceFullyRealized { get; }
member this.TraceFullyRealized : bool
Protected Overrides ReadOnly Property TraceFullyRealized As Boolean

Property Value

Applies to