StringParameterCheckValue Method  | 
 
            Checks the specified value if it valid for the current instance.
            
 
    Namespace: 
   Dundas.BI.Data.Parameters
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic override bool CheckValue(
	ParameterValue value
)
Public Overrides Function CheckValue ( 
	value As ParameterValue
) As Boolean
public:
virtual bool CheckValue(
	ParameterValue^ value
) override
abstract CheckValue : 
        value : ParameterValue -> bool 
override CheckValue : 
        value : ParameterValue -> bool Parameters
- value
 - Type: Dundas.BI.Data.ParametersParameterValue
The value. 
Return Value
Type: 
Boolean if the value is valid; otherwise, 
.
Exceptions
See Also