ProvideSettingsObserverAttribute.ForceLoad 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.
If true
, the package will be loaded and the observer created as soon as
unified settings are available. If false
, the observer will be created whenever
conditions in the system otherwise demand the package to be loaded.
The default value is false
.
public bool ForceLoad { get; init; }
member this.ForceLoad : bool with get, set
Public Property ForceLoad As Boolean