Gets the 
Object 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)
Syntaxpublic virtual Object this[
	string name
] { get; }Public Overridable ReadOnly Default Property Item ( 
	name As String
) As Object
	Get
public:
virtual property Object^ default[String^ name] {
	Object^ get (String^ name);
}abstract Item : Object with get
override Item : Object with get
Parameters
- name
 - Type: SystemString
The name. 
Property Value
Type: 
Object
            The 
Object.
            
Return Value
Type: 
ObjectThe property value with the specified name.
See Also