AddValidationError.IsWarning Property

Definition

Gets or sets a value that indicates whether the validation error that occurred is a warning and not an error.

public:
 property System::Activities::InArgument<bool> ^ IsWarning { System::Activities::InArgument<bool> ^ get(); void set(System::Activities::InArgument<bool> ^ value); };
public System.Activities.InArgument<bool> IsWarning { get; set; }
member this.IsWarning : System.Activities.InArgument<bool> with get, set
Public Property IsWarning As InArgument(Of Boolean)

Property Value

true if the error that occurred is a warning and not an error; otherwise false.

Applies to