Click or drag to resize

ScriptObjectPropertyNames Property

Enumerates the script object's property names.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public abstract IEnumerable<string> PropertyNames { get; }

Property Value

IEnumerableString

Implements

IScriptObjectPropertyNames
See Also