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
)
Function SetValueAsync (
name As String,
value As Object
) As Task(Of Object)
Task<Object^>^ SetValueAsync(
String^ name,
Object^ value
)
abstract SetValueAsync :
name : string *
value : Object -> Task<Object>
Parameters
- name
- Type: SystemString
Name of property to set - value
- Type: SystemObject
Value to which to set the property
Return Value
Type:
TaskObjectnull
See Also