Click or drag to resize

IScriptObject.PropertyNames Property

Enumerates the script object's property names.

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

Property Value

IEnumerable<String>
See Also