IBNCSInstanceParameter.IsValid Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Interfaces Namespace > IBNCSInstanceParameter Interface > IBNCSInstanceParameter Methods >

IBNCSInstanceParameter.IsValid Method

Checks if the provided value is valid.

Namespace: BNCS.Interfaces
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


bool IsValid(
 Object newValue
)

Parameters

newValue

Type: Object
The value to be checked.

Return Value

True if the value is valid, false otherwise.

 

See Also


IBNCSInstanceParameter Interface

BNCS.Interfaces Namespace