Visual Basic (Declaration)
Public Overridable Property EnableEventValidation As Boolean
Dim instance As Page
Dim value As Boolean
value = instance.EnableEventValidation
instance.EnableEventValidation = value
public virtual bool EnableEventValidation { get; set; }
public:
virtual property bool EnableEventValidation {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_EnableEventValidation ()
/** @property */
public void set_EnableEventValidation (boolean value)
public function get EnableEventValidation () : boolean
public function set EnableEventValidation (value : boolean)
Property Value
true if the page validates events; otherwise,
false.The default is
true.