public System.string DropdownValueField {get; set;}
For Parameters with a Parameter Dropdown Object, a column from the data object or custom SQL that sets that actual value of the parameter at runtime. This represents a set of values that are not displayed to the end user but are instead used when parameter values are required in custom SQL or stored procedures, or other server side processing.
public System.string DropdownValueField {get; set;}