共用方式為


ModelValidationNode.SuppressValidation 屬性

定義

取得或設定值,指出是否應該隱藏驗證。

public:
 property bool SuppressValidation { bool get(); void set(bool value); };
public bool SuppressValidation { get; set; }
member this.SuppressValidation : bool with get, set
Public Property SuppressValidation As Boolean

屬性值

如果應該隱藏驗證則為 true,否則為 false

適用於