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 (25.3.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
 - Type: SystemString
The property name. 
Return Value
Type: 
ObjectThe property value if property found or null if property does not exist.
See Also