FormParameter.ValidateInput 屬性

定義

取得或設定一個值,指示參數中的客戶端輸入是否被驗證。

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

屬性值

true如果客戶端輸入被驗證;否則,。 false

適用於