TransformReaderItem 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.3.0.1000)
Syntaxpublic Object this[
	Guid elementId
] { get; }Public ReadOnly Default Property Item ( 
	elementId As Guid
) As Object
	Get
public:
virtual property Object^ default[Guid elementId] {
	Object^ get (Guid elementId) sealed;
}abstract Item : Object with get
override Item : Object with get
Parameters
- elementId
 - Type: SystemGuid
Element ID. 
Property Value
Type: 
Object
            The element value.
            
Implements
ITransformReaderItemGuid
See Also