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


IMapServer4.ServiceConfigurationInfo Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapServer4.ServiceConfigurationInfo Property

A set of name-value pairs for properties set for the MapServer Service Configuration Restrictions.

[Visual Basic .NET]
Public ReadOnly Property ServiceConfigurationInfo As IPropertySet
[C#]
public IPropertySet ServiceConfigurationInfo {get;}
[C++]
HRESULT get_ServiceConfigurationInfo(
  IPropertySet** PropertySet
);
[C++]

Parameters PropertySet [out, retval]
PropertySet is a parameter of type IPropertySet

Product Availability

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

See Also

IMapServer4 Interface