Public Instance Properties
| DefaultValue | 
            The default value for this published parameter, if one has 
            been specified by the workspace author or null. 
            All values are returned as simple strings. 
             | 
| Description | 
            A description of this parameter as entered by the workspace author.
             | 
| Name | 
            The name of the parameter.
             | 
| Options | 
            Gets parameter options in raw form.
             | 
| OptionsList | 
            Gets a list of parameter options.
             | 
| OptionsType | 
             Gets the type of the options.
            
             Possible option types are: 
                DEFAULT
                SINGLECHOICE_CONFIG
                MULTICHOICE_CONFIG
                FILEFILTER_CONFIG
              | 
| Published | 
            Whether this parameter is published.
             | 
| Type | 
            The type of the parameter (e.g., "integer" or "string").
             | 
See Also
IFMEParameter Interface | Safe.FMEServer.API Namespace