Verifies that the data in the CContactUser object is valid. If not, the Errors property will contain messages about what data is not valid and false will be returned.

Namespace: Asi.iBO.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public override bool Validate()
Visual Basic
Public Overrides Function Validate As Boolean
Visual C++
public:
virtual bool Validate() override

Return Value

true if all of the object's data is valid, false otherwise.

See Also