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


IGraphicFeatureServer2.GetServerInfo Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IGraphicFeatureServer2.GetServerInfo Method

[Visual Basic .NET]
Public Function GetServerInfo ( _
) As IFeatureServerInfo
[C#]
public IFeatureServerInfo GetServerInfo (
);
[C++]
HRESULT GetServerInfo(
  IFeatureServerInfo** FeatureServerInfo
);
[C++]

Parameters FeatureServerInfo [out, retval]
FeatureServerInfo is a parameter of type IFeatureServerInfo

Product Availability

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

See Also

IGraphicFeatureServer2 Interface