InstanceParameter.IsValid Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS Namespace > InstanceParameter Class > InstanceParameter Methods >

InstanceParameter.IsValid Method

Determines whether the specified value is valid.

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

 

Syntax


public bool IsValid(
 Object newValue
)

Parameters

newValue

Type: Object
The value to be validated.

Return Value

True if the value is valid, otherwise false.

 

See Also


InstanceParameter Class

BNCS Namespace