ContextualMeasureParameters Property  | 
 
            Gets the parameters for the current instance.
            
 
    Namespace: 
   Dundas.BI.Entities.MetricSets
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic override IReadOnlyList<Parameter> Parameters { get; }Public Overrides ReadOnly Property Parameters As IReadOnlyList(Of Parameter)
	Get
public:
virtual property IReadOnlyList<Parameter^>^ Parameters {
	IReadOnlyList<Parameter^>^ get () override;
}abstract Parameters : IReadOnlyList<Parameter> with get
override Parameters : IReadOnlyList<Parameter> with get
Property Value
Type: 
IReadOnlyListParameter
See Also