| TaskParameterValueType Enumeration | 
 
            Enum which specifies the type of the value in a parameter. The actual value is always stored in text, but this type is
            used to provide a proper UI for editing the type. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxpublic enum TaskParameterValueType
Public Enumeration TaskParameterValueType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | String | 0 | 
            Value is a string type (default)
             | 
 | Boolean | 1 | 
            Value is a boolean (true/false only, not True/False/0/1). This will produce a checkbox.
             | 
 | TemplateID | 2 | 
            Value is a templateID. This will produce a dropdown with the available templateIDs. 
             | 
 | EmitType | 3 | 
            Value is an emitType value. This will produce a dropdown with available values.
             | 
See Also