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

Parameters

name
Type: SystemString
The property name.

Return Value

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

Implements

IOlapCubeItemString
See Also