MetricSetBindingId Property |
Gets or sets the ID of the metric set binding.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public string Id { get; set; }
Public Property Id As String
Get
Set
public:
property String^ Id {
String^ get ();
void set (String^ value);
}
member Id : string with get, set
Property Value
Type:
String
The ID of the metric set binding.
See Also