IV8FastHostDynamicProperties.GetDynamicProperty(String, V8FastResult) Method |
Gets the value of a named dynamic property.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxvoid GetDynamicProperty(
string name,
in V8FastResult value
)
Sub GetDynamicProperty (
name As String,
ByRef value As V8FastResult
)
void GetDynamicProperty(
String^ name,
[InAttribute] V8FastResult% value
)
abstract GetDynamicProperty :
name : string *
value : V8FastResult byref -> unit
Parameters
- name String
- The name of the dynamic property to get.
- value V8FastResult
- On return, the value of the dynamic property if it was found.
See Also