The Portrate Interview Engine

InterviewControl.IsDataValid Property

Applies form-posted data and runs the validation rules on the postd data. Returns TRUE if the data is valid and FALSE if not.

[Visual Basic]
Public Property ReadOnly IsDataValid As Boolean
[C#]
public bool IsDataValid { get; }
[C++]
public: __property bool get_IsDataValid();
[JScript]
public function get IsDataValid() : bool

See Also

InterviewControl Class | Portrate.Interview Namespace