IGHARemoteObjectGetPropertyNamesAsync Method |
Returns a list of the calling object's property names
Namespace:
RemoteRESTLib
Assembly:
GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax Task<List<string>> GetPropertyNamesAsync()
Function GetPropertyNamesAsync As Task(Of List(Of String))
Task<List<String^>^>^ GetPropertyNamesAsync()
abstract GetPropertyNamesAsync : unit -> Task<List<string>>
Return Value
Type:
TaskListStringList of the calling objects property names
See Also