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.ContactManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public override bool Validate() |
| Visual Basic (Declaration) |
|---|
Public Overrides Function Validate As Boolean |
| Visual C++ |
|---|
public: virtual bool Validate() override |