Open this page in the API Guide

ITransformReader.Item Property (Guid)

Gets the element value for the specified ID.

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
Object this[
	Guid elementId
] { get; }

Parameters

elementId
Type: System.Guid
Element ID.

Property Value

Type: Object
The element value.
See Also