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


IGISServer.MessageFormat Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IG > IGISServer Interface > IGISServer.MessageFormat Property
ArcGIS Developer Help

IGISServer.MessageFormat Property

The format, SOAP/Binary or both, of messages that are to be sent to the server.

[Visual Basic .NET]
Public Property MessageFormat As esriServiceCatalogMessageFormat
[C#]
public esriServiceCatalogMessageFormat MessageFormat {get; set;}
[C++]
HRESULT get_MessageFormat(
  esriServiceCatalogMessageFormat msgFormat
);
[C++]
HRESULT put_MessageFormat(
  esriServiceCatalogMessageFormat* msgFormat
);
[C++]
Parameters
msgFormat [in]

msgFormat is a parameter of type esriServiceCatalogMessageFormat msgFormat [out, retval]
msgFormat is a parameter of type esriServiceCatalogMessageFormat*

Product Availability

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

See Also

IGISServer Interface