AddValidationError.IsWarning 属性

定义

获取或设置一个值,该值指示发生的验证错误是否为警告而不是错误。

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)

属性值

如果发生的错误是警告而不是错误,则为 true;否则为 false

适用于