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


IServiceCatalog2.MessageFormats Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServiceCatalog2 Interface > IServiceCatalog2.MessageFormats Property
ArcGIS Developer Help

IServiceCatalog2.MessageFormats Property

The message formats supported by the web services in the catalog.

[Visual Basic .NET]
Public ReadOnly Property MessageFormats As esriServiceCatalogMessageFormat
[C#]
public esriServiceCatalogMessageFormat MessageFormats {get;}
[C++]
HRESULT get_MessageFormats(
  esriServiceCatalogMessageFormat* msgFormats
);
[C++]
Parameters
msgFormats [out, retval]

msgFormats is a parameter of type esriServiceCatalogMessageFormat*

Product Availability

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

See Also

IServiceCatalog2 Interface