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.4.5
Syntax
public ICollection<string> Keys { get; }

Property Value

ICollectionString

Implements

IDictionaryTKey, TValueKeys
See Also