Cape Parameterm_ Val Status Field
The flag to indicate parameter validation's status.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
protected CapeValidationStatus m_ValStatusVB
Protected m_ValStatus As CapeValidationStatusField Value
CapeValidationStatusRemarks
The flag to indicate parameter validation status. It has three possible values:
(i) notValidated(CAPE_NOT_VALIDATED): The PMC's Validate() method has not been called after the last time that its value had been changed.
(ii) invalid(CAPE_INVALID): The last time that the PMC's Validate() method was called it returned false.
(iii) valid(CAPE_VALID): the last time that the PMC's Validate() method was called it returned true.