Click or drag to resize

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()

Return Value

Type: TaskListString
List of the calling objects property names
See Also