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