The Portrate Interview Engine

DPLFormDataModel.IsEmpty Property

Returns TRUE if the model has no children or values.

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

See Also

DPLFormDataModel Class | Portrate.Interview.Model Namespace