Sets the type of the value for parameter.
Namespace: ININ.IceLib.StatisticsAssembly: ININ.IceLib.Statistics (in ININ.IceLib.Statistics.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
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.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | The parameterType is not a member of the definition, or the parameterValue is nullNothingnullptra null reference (Nothing in Visual Basic). |
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.