Table of Contents

Property Value

Namespace
RuleWright.Execution
Assembly
RuleWright.Execution.dll

Value

The action's value, already evaluated against the fact (a constant, field read, computed expression, or call result). Null when the action declared no value.

public object? Value { get; }

Property Value

object