ValidValuesDescriptorIsValueValid Method  | 
 
            Determines whether the specified value is valid. The value is valid if found in the internal 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 abstract bool IsValueValid(
	ParameterValue value
)
Public MustOverride Function IsValueValid ( 
	value As ParameterValue
) As Boolean
public:
virtual bool IsValueValid(
	ParameterValue^ value
) abstract
abstract IsValueValid : 
        value : ParameterValue -> bool 
Parameters
- value
 - Type: Dundas.BI.Data.ParametersParameterValue
The value. 
Return Value
Type: 
Boolean if the value is valid; otherwise, 
.
See Also