Click or drag to resize

IGHARemoteObjectSetValueAsync Method (String, Object)

Sets the specified property to the specified value

Namespace:  RemoteRESTLib
Assembly:  GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax
Task<Object> SetValueAsync(
	string name,
	Object value
)

Parameters

name
Type: SystemString
Name of property to set
value
Type: SystemObject
Value to which to set the property

Return Value

Type: TaskObject
null
See Also