ValidationState Enum

Definition

An enumeration of values that represent states of activity validation.

public enum class ValidationState
public enum ValidationState
type ValidationState = 
Public Enum ValidationState
Inheritance
ValidationState

Fields

ChildInvalid 1

A value that represents that validation found a child activity to be invalid.

Error 3

A value that indicates that an error occurred during the validation of an activity.

Valid 0

A value that indicates that an activity is valid.

Warning 2

A value that indicates that a warning occurred during the validation of an activity.

Remarks

The numeric values of each of the enumeration values indicate the severity of the error.

Applies to