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 (25.3.0.1000)
Syntaxpublic 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: 
IReadOnlyListParameter
See Also