Click or drag to resize

IGHARemoteObjectGetValueAsync Method

Returns the value of the specified property

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

Parameters

name
Type: SystemString
Name of property whose value is to be retrieved

Return Value

Type: TaskObject
Value of the specified property
See Also