DataPropertiesItem Property

Gets the Object with the specified name.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public Object this[
	string name
] { get; }

Parameters

name
Type: SystemString
The property name.

Return Value

Type: Object
The property value.
See Also