An enumerator over all the server object types.
[Visual Basic .NET] Public Function GetTypes ( _ ) As IEnumServerObjectType
[C#] public IEnumServerObjectType GetTypes ( );
[C++]
HRESULT GetTypes(
IEnumServerObjectType** ppTypes
);
[C++]Parameters
ppTypes [out, retval]ppTypes is a parameter of type IEnumServerObjectType
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The GetTypes methid returns an enumeration of the server object types that are installed in the GIS Server. By default, the MapServer and GeocodeServer object types are installed in the server.