Click or drag to resize

IJsObjectProperties Property

Gets the object properties as a live collection. Modifying this collection will lead to updating the object properties.

Namespace:  DotNetBrowser.Js
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
IJsObjectPropertyCollection Properties { get; }

Property Value

Type: IJsObjectPropertyCollection
The object properties as a live collection.
See Also