OlapElementItem Property

Gets the Object with the specified name.

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

Parameters

name  String
The name.

Property Value

Object
The Object.

Return Value

Object
The property value with the specified name.
See Also