Checks the validity of the data source parameter. Please note, that only the parameter syntax is checked. It might still be the case, that opening the data source might fail.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
bool IsValid()
Visual Basic (Declaration)
Function IsValid As Boolean
Visual C++
bool IsValid()

Return Value

Returns true if the parameter are valid.

See Also