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