MetricSetParameters Property |
Gets all the parameters exposed by the metric set.
Namespace:
Dundas.BI.Entities.MetricSets
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IReadOnlyList<Parameter> Parameters { get; }
Public ReadOnly Property Parameters As IReadOnlyList(Of Parameter)
Get
public:
property IReadOnlyList<Parameter^>^ Parameters {
IReadOnlyList<Parameter^>^ get ();
}
member Parameters : IReadOnlyList<Parameter> with get
Property Value
Type:
IReadOnlyListParameterSee Also