Validates the row.
[Visual Basic 6.0] Function Validate(
errorMessage As String _
) As Boolean
[Visual Basic .NET] Public Function Validate ( _ ByRef errorMessage As String _ ) As Boolean
[C#] public bool Validate ( ref string errorMessage );
[Java] public Boolean validate ( String errorMessage ) throws IOException, AutomationException
[C++]
HRESULT Validate(
BSTR* errorMessage,
VARIANT_BOOL* isValid
);
Parameters
errorMessage [out]
errorMessage is a parameter of type BSTR
isValid [out, retval]
isValid is a parameter of type VARIANT_BOOL
Validate on a row occurs in five steps:
The validate process stops once a row is found invalid. For example, if a network feature violates an attribute rule, the validation process stops and the feature's network connectivity rules are not evaluated until the attribute rule violation is corrected.