Share via


InputLoadOptions.AlwaysLoadOnStart Property

Definition

Gets a value indicating whether LoadCallback should always be executed at the start of the input prompt.

public bool AlwaysLoadOnStart { get; init; }
member this.AlwaysLoadOnStart : bool with get, set
Public Property AlwaysLoadOnStart As Boolean

Property Value

Remarks

LoadCallback is executed at the start of the input prompt except when it depends on other inputs with DependsOnInputs. Setting this to true forces the load to always occur at the start of the prompt, regardless of dependencies.

Applies to