共用方式為


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

適用於