OlapCubeItem Property

Gets the cube property 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 Object this[
	string name
] { get; }

Parameters

name  String
The property name.

Return Value

Object
The property value if property found or null if property does not exist.

Implements

IOlapCubeItemString
See Also