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


IServiceCatalog2.MessageFormats Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

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