Click or drag to resize

metaContentNoChildrenItem Property (String)

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

Namespace:  imbSCI.Reporting.meta.basic
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public override Object this[
	string name
] { get; }
Request Example View Source

Parameters

name
Type: SystemString
The name.

Property Value

Type: Object
The Object.

Return Value

Type: Object

Implements

IObjectWithChildSelectorItemString
See Also