StoreConfigurationValueAsync(string typeName, string key, string value) Method

Stores the specified configuration item.

Syntax

public abstract System.Threading.Tasks.Task StoreConfigurationValueAsync(string typeName, string key, string value)

Parameters

typeName
Type: string

The type of configuration item.

key
Type: string

The unique key for the configuration item.

value
Type: string

The value of the configuration item.