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.2.5
Syntax
public void Add(
	string key,
	Object value
)

Parameters

key
Type: SystemString
The name of the property to add.
value
Type: SystemObject
The property value.

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
See Also