This document is archived and information here might be outdated. Recommended version. |
Indicates if an extended criteria is used to get the number of expected links. In this case, the property 'Field' is not used.
[Visual Basic .NET]
Public Property ExtendedCriteria As Boolean
[C#]
public bool ExtendedCriteria {get; set;}
[C++]
HRESULT get_ExtendedCriteria(
Boolean* ExtendedCriteria
);
[C++]
HRESULT put_ExtendedCriteria(
VARIANT_BOOL ExtendedCriteria
);
[C++] Parameters ExtendedCriteria [out, retval]
ExtendedCriteria is a parameter of type bool* ExtendedCriteria [in]
ExtendedCriteria is a parameter of type bool