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
)
Function GetValueAsync (
name As String
) As Task(Of Object)
Task<Object^>^ GetValueAsync(
String^ name
)
abstract GetValueAsync :
name : string -> Task<Object>
Parameters
- name
- Type: SystemString
Name of property whose value is to be retrieved
Return Value
Type:
TaskObjectValue of the specified property
See Also