Initializes a new instance of the 
ValidValue class.
            
 
    Namespace: 
   Dundas.BI.Data.Parameters
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic ValidValue(
	ParameterValue value,
	string caption,
	string description
)
Public Sub New ( 
	value As ParameterValue,
	caption As String,
	description As String
)
public:
ValidValue(
	ParameterValue^ value, 
	String^ caption, 
	String^ description
)
new : 
        value : ParameterValue * 
        caption : string * 
        description : string -> ValidValueParameters
- value
 - Type: Dundas.BI.Data.ParametersParameterValue
The value. - caption
 - Type: SystemString
The caption. - description
 - Type: SystemString
The description. 
Exceptions
See Also