Gets or sets the configuration file path that must be used to load the configuration during the startup
Namespace: Ico.WPF.SpecializedAssembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public string ConfigurationFilePath { get; set; } |
| Visual Basic |
|---|
Public Property ConfigurationFilePath As String Get Set |
| JScript |
|---|
function get ConfigurationFilePath () : String function set ConfigurationFilePath (value : String) |