AdapterMetricSetBindings Property  | 
 
            Gets the bindings.
            
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IList<MetricSetBinding> MetricSetBindings { get; }Public ReadOnly Property MetricSetBindings As IList(Of MetricSetBinding)
	Get
public:
property IList<MetricSetBinding^>^ MetricSetBindings {
	IList<MetricSetBinding^>^ get ();
}member MetricSetBindings : IList<MetricSetBinding> with get
Property Value
Type: 
IListMetricSetBinding
            The bindings.
            
See Also