AppSettingsFilePath Property

The full file path of the app_settings.xml file. This is the file with all application level settings.

Syntax

ReadOnly Property AppSettingsFilePath As String

Parameters

None

Examples

IronPython

#Get
myAppSettingsFilePath = Host.AppManager.AppSettingsFilePath


C#

#Get
string myAppSettingsFilePath = AppManager.AppSettingsFilePath;


Remarks