PropertyProxyValidator.EvaluateIsValid Method
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Determines whether the content in the input control is valid.
Namespace: Microsoft.Practices.EnterpriseLibrary.Validation.Integration.AspNet
Assembly: Microsoft.Practices.EnterpriseLibrary.Validation.Integration.AspNet (in Microsoft.Practices.EnterpriseLibrary.Validation.Integration.AspNet.dll)
Syntax
'Declaration
ProtectedOverridesFunctionEvaluateIsValidAs Boolean
protectedoverride bool EvaluateIsValid()
protected:
virtual bool EvaluateIsValid() override
protectedoverridefunctionEvaluateIsValid() : boolean
Return Value
truetrue (True in Visual Basic) if the control is valid; otherwise, falsefalse (False in Visual Basic).
See Also
Microsoft.Practices.EnterpriseLibrary.Validation.Integration.AspNet Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |