IGHARemoteObjectIsChildOf Method |
[This is preliminary documentation and is subject to change.]
Determines if the specified object is one of the calling object's children
Namespace:
RemoteLib
Assembly:
RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxbool IsChildOf(
IGHARemoteObject ghaObj
)
Parameters
- ghaObj
- Type: RemoteLibIGHARemoteObject
Object to test
Return Value
Type:
BooleanTrue if the specified object is one of the calling object's children
See Also