Click or drag to resize

IGHARemoteObjectGetObjectsByPropertyName Method

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

Get child objects, recursively if required, with the specified property name.

Namespace:  RemoteLib
Assembly:  RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
IGHARemoteObjectcollection GetObjectsByPropertyName(
	string name,
	bool recurs = false
)

Parameters

name
Type: SystemString
Name of property to search
recurs (Optional)
Type: SystemBoolean
Search recursively if true

Return Value

Type: IGHARemoteObjectcollection
Collection of objects that have the specified property name
See Also