IConfigurationManagerInternal.ApplicationConfigUri 属性
定义
获取与应用程序路径相关的配置文件名称。Gets the configuration file name related to the application path.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property System::String ^ ApplicationConfigUri { System::String ^ get(); };
public string ApplicationConfigUri { get; }
member this.ApplicationConfigUri : string
Public ReadOnly Property ApplicationConfigUri As String
属性值
一个字符串值,表示配置文件名称。A string value representing a configuration file name.