Click or drag to resize

metaPageItem Property (String)

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

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

Parameters

name
Type: SystemString
The name.

Property Value

Type: IMetaContentNested
The Object.

Return Value

Type: IMetaContentNested
See Also