Click or drag to resize

IObjectWithChildSelectorItem Property (String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the Object with the specified child name.

Namespace:  imbSCI.Data.interfaces
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
Object this[
	string childName
] { get; }
Request Example View Source

Parameters

childName
Type: SystemString
Name of the child.

Property Value

Type: Object
The Object.

Return Value

Type: Object
See Also