Gets the ParameterValues that the results to this ParameterQuery must have an association with.

Namespace: ININ.IceLib.Statistics
Assembly: ININ.IceLib.Statistics (in ININ.IceLib.Statistics.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public ReadOnlyCollection<ParameterValue> AssociatedParameterValues { get; }
Visual Basic
Public ReadOnly Property AssociatedParameterValues As ReadOnlyCollection(Of ParameterValue)
	Get

Field Value

The collection of required ParameterValues.

Remarks

A query may be further filtered by specifying relationships to other parameter types. For instance, if the query is to return ParameterValue of type Agent, the query could be further refined to only return values for Agents that are a members of Support Workgroup. In this case, the RelatedParameterValues collection would contain a ParameterValue of ParameterType Workgroup with the value Support.

To perform a query that returns only values that are associated to a ParameterType(s), but the specific ParameterValue for that ParameterType is not important, create a ParameterValue with the required ParameterType and the Value set to All.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also