Click or drag to resize

IGHARemoteObjectGetPropertiesAsync Method

Returns a list of Property descriptors for the calling object

Namespace:  RemoteRESTLib
Assembly:  GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax
Task<List<IGHARemotePropertyDescriptor>> GetPropertiesAsync()

Return Value

Type: TaskListIGHARemotePropertyDescriptor
List of property descriptors for the calling object
See Also