V8FastHostDynamicObject<TObject>.SetDynamicProperty(String, V8FastArg) Method |
Sets the value of a named dynamic property.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic void SetDynamicProperty(
string name,
in V8FastArg value
)
Public Sub SetDynamicProperty (
name As String,
ByRef value As V8FastArg
)
public:
void SetDynamicProperty(
String^ name,
[InAttribute] V8FastArg% value
)
member SetDynamicProperty :
name : string *
value : V8FastArg byref -> unit
Parameters
- name String
- The name of the dynamic property to set.
- value V8FastArg
- The property value.
See Also