Open this page in the API Guide

CubePerspective.Item Property

Gets the cube property with the specified name.

Namespace:  Dundas.BI.Entities.CubePerspectives
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 if property found or null if property does not exist.

Implements

IOlapCube.Item[String]
See Also