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


IServiceCatalogAdmin2.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 > IServiceCatalogAdmin2 Interface > IServiceCatalogAdmin2.MessageFormats Property
ArcGIS Developer Help

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