'Declaration
Overloads Sub Modify( _ ByVal type As CfValueType, _ ByVal formula As String _ )
'Usage
Dim instance As IConditionValue Dim type As CfValueType Dim formula As String instance.Modify(type, formula)
void Modify( CfValueType type, string formula )
Parameters
- type
- A CfValueType value indicates the type of condition value.
- formula
- A string value indicates the formula of the condition value.