Gets the cube property with the specified name.
Namespace: Dundas.BI.Data.Metadata.OlapAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxObject this[
string name
] { get; }ReadOnly Default Property Item (
name As String
) As Object
Get
property Object^ default[String^ name] {
Object^ get (String^ name);
}abstract Item : Object with get
Parameters
- name String
- The property name.
Return Value
ObjectThe property value if property found or null if property does not exist.
See Also