AssertValidation.IsWarning Property

Definition

Gets or sets the value that indicates whether the result of the assert validation is a warning or 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

InArgument<T>.

Applies to