CapValueContainervalidate Method |
Check whether the attempt is valid against the enum or range.
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public abstract bool validate(
Object attempt
)
Public MustOverride Function validate (
attempt As Object
) As Boolean
public:
virtual bool validate(
Object^ attempt
) abstract
abstract validate :
attempt : Object -> bool
Parameters
- attempt
- Type: SystemObject
Return Value
Type:
BooleanSee Also