Click or drag to resize

metaDocumentItem Property (String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the IMetaContentNested with the specified key.

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

Parameters

key
Type: SystemString
The key.

Property Value

Type: IMetaContentNested
The IMetaContentNested.

Return Value

Type: IMetaContentNested
See Also