共用方式為


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。

適用於