IConfigurationManagerInternal.ExeLocalConfigPath 属性

定义

根据入口程序集获取应用程序的本地配置路径。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property System::String ^ ExeLocalConfigPath { System::String ^ get(); };
public string ExeLocalConfigPath { get; }
member this.ExeLocalConfigPath : string
Public ReadOnly Property ExeLocalConfigPath As String

属性值

一个字符串值,表示应用程序的本地配置路径。

适用于