InputLoadOptions.AlwaysLoadOnStart 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.
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.