TableOfContentsEntryPropertiesDataTextSourceMetricSetBindingId Property |
Gets or sets the ID of the metric set binding that provides data for the text.
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 = "textSourceMetricSetBindingId", EmitDefaultValue = false)]
public string TextSourceMetricSetBindingId { get; set; }
<DataMemberAttribute(Name := "textSourceMetricSetBindingId", EmitDefaultValue := false)>
Public Property TextSourceMetricSetBindingId As String
Get
Set
public:
[DataMemberAttribute(Name = L"textSourceMetricSetBindingId", EmitDefaultValue = false)]
property String^ TextSourceMetricSetBindingId {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "textSourceMetricSetBindingId", EmitDefaultValue = false)>]
member TextSourceMetricSetBindingId : string with get, set
Property Value
Type:
String
The metric set binding ID.
See Also