Gets the
Object 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)
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 String
- The name.
Property Value
Object
The
Object.
Return Value
ObjectThe property value with the specified name.
See Also