Sets the type of the value for parameter.

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

Collapse imageSyntax

C#
public void SetValueForParameterType(
	ParameterTypeId parameterType,
	string parameterValue
)
Visual Basic
Public Sub SetValueForParameterType ( _
	parameterType As ParameterTypeId, _
	parameterValue As String _
)

Parameters

parameterType
Type: ININ.IceLib.Statistics..::..ParameterTypeId
Type of the parameter.
parameterValue
Type: System..::..String
The parameter value.

Collapse imageExceptions

ExceptionCondition
System..::..ArgumentExceptionThe parameterType is not a member of the definition, or the parameterValue is nullNothingnullptra null reference (Nothing in Visual Basic).

Collapse imageVersion Information

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

Collapse imageSee Also