IConfigurationManagerInternal.SupportsUserConfig 属性
定义
获取一个值,指定是否支持用户配置设置。Gets a value that specifies whether user configuration settings are supported.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property bool SupportsUserConfig { bool get(); };
public bool SupportsUserConfig { get; }
member this.SupportsUserConfig : bool
Public ReadOnly Property SupportsUserConfig As Boolean
属性值
如果配置系统支持用户配置设置,则为 true;否则为 false。true if the configuration system supports user configuration settings; otherwise, false.