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


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

IServiceCatalogAdmin2.MessageFormats Property

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

[Visual Basic .NET]
Public WriteOnly Property MessageFormats
[C#]
public void MessageFormats {set;}
[C++]
HRESULT put_MessageFormats(
  esriServiceCatalogMessageFormat 
);
[C++]

Parameters [in]
is a parameter of type esriServiceCatalogMessageFormat

Product Availability

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

See Also

IServiceCatalogAdmin2 Interface