Click or drag to resize

IGHAObjectGetObjectsByPropertyName Method

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

Returns a collection of child objects that have the specified property

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

Parameters

name
Type: SystemString
Name of property for which to search
recurs (Optional)
Type: SystemBoolean
Recusively searches all children of the calling object if set to true. Performs a direct search if set to false

Return Value

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