|  | This document is archived and information here might be outdated. Recommended version. | 
Validates the remap records.
[Visual Basic .NET]
Public Sub Validate ( _
    ByRef bIsValid As Boolean, _
    ByRef sErrorInfo As String _
)
[C#]
public void Validate (
    ref bool bIsValid,
    ref string sErrorInfo
);
[C++]
HRESULT Validate(
  Boolean* bIsValid,
  System.String* sErrorInfo
);
[C++] Parameters bIsValid [out]
bIsValid is a parameter of type bool* sErrorInfo [out]
sErrorInfo is a parameter of type BSTR*