Click or drag to resize

ScriptObject.PropertyNames Property

Enumerates the script object's property names.

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

Property Value

IEnumerable<String>

Implements

IScriptObject.PropertyNames
See Also