Click or drag to resize
ValueValidationInfo Structure
Contains information about the result of a property/signal value validation.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public struct ValueValidationInfo

The ValueValidationInfo type exposes the following members.

Constructors
  NameDescription
Public methodValueValidationInfo(ValueValidationResult)
Initializes a new instance of the ValueValidationInfo class
Public methodValueValidationInfo(ValueValidationResult, String)
Initializes a new instance of the ValueValidationInfo class
Top
Properties
  NameDescription
Public propertyErrorMessage
Returns a string that the validation errors.
Public propertyResult
Returns the result of the validation.
Public propertySuccess
Returns true if the validation succeeded and the value was valid.
Top
Methods
Fields
  NameDescription
Public fieldStatic memberValid
Represents a successful validation.
Top
Version Information

Supported in: 1.0.0.0
See Also