Click or drag to resize

ValidateOperatorResponse Class

Response to a request that the operator's login was successful or not.
{
  "Result": {
    "Result": "Success",
    "ResultCode": 0,
    "Message": "OK"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.InformationSystem.OperatorValidationValidateOperatorResponse

Namespace: CFX.InformationSystem.OperatorValidation
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class ValidateOperatorResponse : CFXMessage

The ValidateOperatorResponse type exposes the following members.

Constructors
 NameDescription
Public methodValidateOperatorResponse 
Top
Properties
 NameDescription
Public propertyResult The result of the request
Top
See Also