Click or drag to resize

IGHARemoteObjectGetProperty Method

[This is preliminary documentation and is subject to change.]

Returns a single property's property descriptor

Namespace:  RemoteLib
Assembly:  RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
GHARemotePropertyDescriptor GetProperty(
	string name
)

Parameters

name
Type: SystemString
Name of the property

Return Value

Type: GHARemotePropertyDescriptor
Property descriptor. Null if property does not exist
See Also