This document is archived and information here might be outdated. Recommended version. |
Threshold (number of records), above which selection warnings may be shown.
[Visual Basic .NET]
Public Property WarningThreshold As Integer
[C#]
public int WarningThreshold {get; set;}
[C++]
HRESULT get_WarningThreshold(
System.Int32* threshold
);
[C++]
HRESULT put_WarningThreshold(
long threshold
);
[C++] Parameters threshold [out, retval]
threshold is a parameter of type long* threshold [in]
threshold is a parameter of type long