Click or drag to resize

metaCollectionTItem Property (String)

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

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

Parameters

key
Type: SystemString
The key.

Property Value

Type: T
The IMetaContentNested.

Return Value

Type: T
See Also