Click or drag to resize

IV8FastHostDynamicProperties.HasDynamicProperty(String) Method

Determines whether a dynamic property with the specified name exists.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
bool HasDynamicProperty(
	string name
)

Parameters

name  String
The name of the dynamic property for which to search.

Return Value

Boolean
True if the dynamic property exists, false otherwise.
See Also