MetricSetBindingDataBindings Property |
Gets the bindings.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "bindings", EmitDefaultValue = false)]
public IList<BindingData> Bindings { get; }
<DataMemberAttribute(Name := "bindings", EmitDefaultValue := false)>
Public ReadOnly Property Bindings As IList(Of BindingData)
Get
public:
[DataMemberAttribute(Name = L"bindings", EmitDefaultValue = false)]
property IList<BindingData^>^ Bindings {
IList<BindingData^>^ get ();
}
[<DataMemberAttribute(Name = "bindings", EmitDefaultValue = false)>]
member Bindings : IList<BindingData> with get
Property Value
Type:
IListBindingData
The bindings.
See Also