SiloHost.ConfigFileName 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.
Configuration file used for this silo.
Changing this after the silo has started (when ConfigLoaded == true
) will have no effect.
public string ConfigFileName { get; set; }
member this.ConfigFileName : string with get, set
Public Property ConfigFileName As String