Click or drag to resize

PropertyBagKeys Property

Gets a collection of property names from the PropertyBag.

Namespace:  Microsoft.ClearScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.3.1
Syntax
public ICollection<string> Keys { get; }

Property Value

Type: ICollectionString

Implements

IDictionaryTKey, TValueKeys
See Also