ITransformReaderItem 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 (24.3.0.1000)
Syntax Object this[
Guid elementId
] { get; }
ReadOnly Default Property Item (
elementId As Guid
) As Object
Get
property Object^ default[Guid elementId] {
Object^ get (Guid elementId);
}
abstract Item : Object with get
Parameters
- elementId
- Type: SystemGuid
Element ID.
Property Value
Type:
Object
The element value.
See Also