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


IMapServer4.ServiceConfigurationInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServer4 Interface > IMapServer4.ServiceConfigurationInfo Property
ArcGIS Developer Help

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