Click or drag to resize

IGHAObjectGetObjectsByPropertySearch Method

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

Returns a collection of objects that contain properties that match the specified search string

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

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:GHASchema.IGHAObject.GetObjectsByPropertySearch(System.String,System.String,System.Boolean)"]

searchString
Type: SystemString
Search string including wildcards to match
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 contain properties that match the specified search string
See Also