SettingAddValidValue Method (ParameterToken, CompatibleDataTypes, String, String) | 
 
            Adds a new value to the supported list of valid values.
            
 
    Namespace: 
   Dundas.BI.Data.Parameters
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic void AddValidValue(
	ParameterToken token,
	CompatibleDataTypes compatibleDataTypes,
	string caption,
	string? description
)
Public Sub AddValidValue ( 
	token As ParameterToken,
	compatibleDataTypes As CompatibleDataTypes,
	caption As String,
	description As String
)
public:
void AddValidValue(
	ParameterToken^ token, 
	CompatibleDataTypes compatibleDataTypes, 
	String^ caption, 
	String^ description
)
member AddValidValue : 
        token : ParameterToken * 
        compatibleDataTypes : CompatibleDataTypes * 
        caption : string * 
        description : string -> unit 
Parameters
- token
 - Type: Dundas.BI.Data.Parameters.TokensParameterToken
The token value. - compatibleDataTypes
 - Type: Dundas.BI.Data.ParametersCompatibleDataTypes
The compatible data types. - caption
 - Type: SystemString
The caption. - description
 - Type: SystemString
The description. 
Exceptions
See Also