This document is archived and information here might be outdated. Recommended version. |
Name of the error field name.
[Visual Basic .NET]
Public Property ErrorFieldName As String
[C#]
public string ErrorFieldName {get; set;}
[C++]
HRESULT get_ErrorFieldName(
BSTR FieldName
);
[C++]
HRESULT put_ErrorFieldName(
System.String* FieldName
);
[C++] Parameters FieldName [in]
FieldName is a parameter of type BSTR FieldName [out, retval]
FieldName is a parameter of type BSTR*
If the AddErrorField property is set to True, this property is used to set the name of the field which will contain the locating errors.