Click or drag to resize

PropertyBagValues Property

Gets a collection of property values from the PropertyBag.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public ICollection<Object> Values { get; }

Property Value

ICollectionObject

Implements

IDictionaryTKey, TValueValues
See Also