FunctionNode.TraceFullyRealized Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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