DataPropertiesItem Property |
Gets the
Object with the specified name.
Namespace: Dundas.BI.Data.MetadataAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic Object this[
string name
] { get; }Public ReadOnly Default Property Item (
name As String
) As Object
Get
public:
property Object^ default[String^ name] {
Object^ get (String^ name);
}member Item : Object with get
Parameters
- name String
- The property name.
Return Value
ObjectThe property value.
See Also