IV8FastHostDynamicProperties.HasDynamicProperty(String) Method |
Determines whether a dynamic property with the specified name exists.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxbool HasDynamicProperty(
string name
)
Function HasDynamicProperty (
name As String
) As Boolean
bool HasDynamicProperty(
String^ name
)
abstract HasDynamicProperty :
name : string -> bool
Parameters
- name String
- The name of the dynamic property for which to search.
Return Value
BooleanTrue if the dynamic property exists,
false otherwise.
See Also