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.2.4
Syntax
public abstract IEnumerable<string> PropertyNames { get; }

Property Value

Type: IEnumerableString
See Also