 | contentChunkItem Property (String) |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the
Object with the specified child name.
Namespace:
imbNLP.Core.contentStructure.metaElements
Assembly:
imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.30
Syntaxpublic Object this[
string childName
] { get; }Parameters
- childName
- Type: SystemString
Name of the child.
Property Value
Type:
Object
The
Object.
Return Value
Type:
ObjectImplements
IObjectWithChildSelector.Item
See Also