IProviderConfiguration.SetProperty(String, 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.
Set a property in this provider configuration. If the property with this key already exists, it is been overwritten with the new value, otherwise it is just added.
public void SetProperty (string key, string val);
abstract member SetProperty : string * string -> unit
Public Sub SetProperty (key As String, val As String)
Parameters
- key
- String
The key of the property
- val
- String
The value of the property