|
<< 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)
public bool IsValid(
Object newValue
)
newValue
Type: Object
The value to be validated.
True if the value is valid, otherwise false.