Click or drag to resize

PropertyBagItem Property

Gets or sets a property value in the PropertyBag.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public Object this[
	string key
] { get; set; }

Parameters

key  String
The name of the property to get or set.

Return Value

Object
The property value.

Implements

IDictionaryTKey, TValueItemTKey
See Also