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()
Function GetPropertiesAsync As Task(Of List(Of IGHARemotePropertyDescriptor))
Task<List<IGHARemotePropertyDescriptor^>^>^ GetPropertiesAsync()
abstract GetPropertiesAsync : unit -> Task<List<IGHARemotePropertyDescriptor>>
Return Value
Type:
TaskListIGHARemotePropertyDescriptorList of property descriptors for the calling object
See Also