IProviderConfiguration.RemoveProperty(String) 方法

定义

删除此提供程序配置中的属性。

public bool RemoveProperty (string key);
abstract member RemoveProperty : string -> bool
Public Function RemoveProperty (key As String) As Boolean

参数

key
String

属性的键。

返回

如果找到并删除了属性,则为 True,否则为 false。

适用于