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)
SyntaxIGHARemoteObjectcollection 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:
IGHARemoteObjectcollectionCollection of objects that have the specified property name
See Also