'Declaration
Function TrySet( _ ByVal varType As JobVariableType, _ ByVal newValue As String _ ) As Boolean
bool TrySet( JobVariableType varType, string newValue )
Parameters
- varType
- The new VariableType
- newValue
- The new Value
'Declaration
Function TrySet( _ ByVal varType As JobVariableType, _ ByVal newValue As String _ ) As Boolean
bool TrySet( JobVariableType varType, string newValue )