Click or drag to resize

IGHAObjectIsChildOf Method

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

Determines if the specified object is one of the calling object's children

Namespace:  GHASchema
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
bool IsChildOf(
	IGHAObject ghaObj
)

Parameters

ghaObj
Type: GHASchemaIGHAObject
Object to test

Return Value

Type: Boolean
True if the specified object is a child of the calling object, false if it is not
See Also