IProviderConfiguration.RemoveProperty(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.