Open this page in the API Guide

DataProperties.Item Property

Gets the Object with the specified name.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public Object this[
	string name
] { get; }

Parameters

name
Type: System.String
The property name.

Return Value

Type: Object
The property value.
See Also