Click or drag to resize

IBrowserProcessSetProperty Method

Version 130.1.90

[Missing <summary> documentation for "M:CefSharp.Internals.Wcf.IBrowserProcess.SetProperty(System.Int64,System.String,System.Object)"]


Namespace: CefSharp.Internals.Wcf
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
BrowserProcessResponse SetProperty(
	long objectId,
	string name,
	Object value
)

Parameters

objectId  Int64

[Missing <param name="objectId"/> documentation for "M:CefSharp.Internals.Wcf.IBrowserProcess.SetProperty(System.Int64,System.String,System.Object)"]

name  String

[Missing <param name="name"/> documentation for "M:CefSharp.Internals.Wcf.IBrowserProcess.SetProperty(System.Int64,System.String,System.Object)"]

value  Object

[Missing <param name="value"/> documentation for "M:CefSharp.Internals.Wcf.IBrowserProcess.SetProperty(System.Int64,System.String,System.Object)"]

Return Value

BrowserProcessResponse

[Missing <returns> documentation for "M:CefSharp.Internals.Wcf.IBrowserProcess.SetProperty(System.Int64,System.String,System.Object)"]

See Also