Aqualogic Interaction API  
 

IPTExpression.SetConditionValue Method 

Sets the condition value of the condition for the expression.

void SetConditionValue(
   int nValueType,
   object objValue
);

Parameters

nValueType
- the type of the value: string, integer
objValue
- the actual value to be stored

See Also

IPTExpression Interface | com.plumtree.server.condition Namespace