Click or drag to resize

IJsObjectPropertyCollection.Names Property

Gets a collection containing the names of the properties of this object, including properties from prototype objects.

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

Property Value

Type: IEnumerable<String>
The collection containing the names of the properties of this object, including properties from prototype objects.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IJsObject has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
See Also