This document is archived and information here might be outdated.  Recommended version.


IFeatureServerInfo.MaxRecordCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureServerInfo Interface > IFeatureServerInfo.MaxRecordCount Property
ArcGIS Developer Help

IFeatureServerInfo.MaxRecordCount Property

.

[Visual Basic .NET]
Public ReadOnly Property MaxRecordCount As Integer
[C#]
public int MaxRecordCount {get;}
[C++]
HRESULT get_MaxRecordCount(
  System.Int32* MaxRecordCount
);
[C++]
Parameters
MaxRecordCount [out, retval]

MaxRecordCount is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFeatureServerInfo Interface