Click or drag to resize

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)
Syntax
C#
bool IsChildOf(
	IGHARemoteObject ghaObj
)

Parameters

ghaObj
Type: RemoteLibIGHARemoteObject
Object to test

Return Value

Type: Boolean
True if the specified object is one of the calling object's children
See Also