Click or drag to resize

PropertyBagAdd Method

Adds a property to the PropertyBag.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public void Add(
	string key,
	Object value
)

Parameters

key  String
The name of the property to add.
value  Object
The property value.

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
See Also