Test additional content header

EvaluationOptionsScope Property

Get or sets scope name that will be applied to all values used with EvaluationScope.

Definition

Namespace: Fluent.Calculations.Primitives
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public string Scope { get; init; }

Property Value

String
Scope name

Remarks

This is one of few ways to provide a scope name. Learn more about evaluation scopes.

See Also