This document is archived and information here might be outdated. Recommended version. |
Validates the rule.
[Visual Basic .NET] Public Function Validate ( _ ByVal Row As IRow, _ ByRef errorMessage As String _ ) As Boolean
[C#] public bool Validate ( IRow Row, ref string errorMessage );
[C++]
HRESULT Validate(
IRow* Row,
System.String* errorMessage
);
[C++] Parameters Row [in]
Row is a parameter of type IRow* errorMessage [out]
errorMessage is a parameter of type BSTR*