SiloHost.ConfigLoaded 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.
Whether the silo config has been loaded and initializing it's runtime config.
public bool ConfigLoaded { get; }
member this.ConfigLoaded : bool
Public ReadOnly Property ConfigLoaded As Boolean
Property Value
Remarks
Changes to silo config properties will be ignored after ConfigLoaded == true
.