Click or drag to resize

IGHARemoteObjectGetValue Method

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

Returns the value of the specified property

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

Parameters

name
Type: SystemString
Name of property

Return Value

Type: Object
Current value of the property
See Also