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 (24.2.0.1000)
Syntax
public virtual Object this[
	string name
] { get; }

Parameters

name
Type: SystemString
The name.

Property Value

Type: Object
The Object.

Return Value

Type: Object
The property value with the specified name.
See Also