Editar

Share via


IProviderConfiguration.RemoveProperty(String) Method

Definition

Removes a property in this provider configuration.

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

Parameters

key
String

The key of the property.

Returns

True if the property was found and removed, false otherwise.

Applies to