Click or drag to resize

IJsObjectPropertyCollectionOwnPropertyNames Property

Gets the names of the properties of this object, excluding properties from prototype objects.

Namespace:  DotNetBrowser.Js
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.2
Syntax
C#
IEnumerable<string> OwnPropertyNames { get; }

Property Value

Type: IEnumerableString
The collection containing the names of the properties of this object, both enumerable and non-enumerable, excluding properties from prototype objects.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IJsObject has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
See Also