FormParameter.ValidateInput Özellik

Tanım

parametresindeki istemci girişinin doğrulanıp doğrulanmadığını gösteren bir değer alır veya ayarlar.

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

Özellik Değeri

true istemci girişi doğrulanırsa; aksi takdirde , false.

Şunlara uygulanır