Click or drag to resize

PropertyBag.Keys Property

Gets a collection of property names from the PropertyBag.

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

Property Value

ICollection<String>

Implements

IDictionary<TKey, TValue>.Keys
See Also