Edit

Share via


IProviderConfiguration.SetProperty(String, String) Method

Definition

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

Applies to