CapeParameterm_ValStatus 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)
protected CapeValidationStatus m_ValStatus

Field Value

CapeValidationStatus

Remarks

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.

See Also