TableOfContentsEntryPropertiesTextSourceMetricSetBindingId Property  | 
 
            Gets or sets the ID of the metric set binding that provides data for the text.
            
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string TextSourceMetricSetBindingId { get; set; }Public Property TextSourceMetricSetBindingId As String
	Get
	Set
public:
property String^ TextSourceMetricSetBindingId {
	String^ get ();
	void set (String^ value);
}member TextSourceMetricSetBindingId : string with get, set
Property Value
Type: 
String
            The metric set binding ID.
            
See Also