This document is archived and information here might be outdated. Recommended version. |
Indicates if the error field should be added to the field set.
[Visual Basic .NET]
Public Property AddErrorField As Boolean
[C#]
public bool AddErrorField {get; set;}
[C++]
HRESULT get_AddErrorField(
VARIANT_BOOL Value
);
[C++]
HRESULT put_AddErrorField(
Boolean* Value
);
[C++] Parameters Value [in]
Value is a parameter of type bool Value [out, retval]
Value is a parameter of type bool*
This property allows you to add a non editable and dynamic field to the route event source to provide information about whether the events were located or not.
IRouteEventProperties2 Interface | IRouteEventProperties2 Interface