A set of name-value pairs for properties set for the MapServer Service Configuration Restrictions.
[Visual Basic 6.0] Property ServiceConfigurationInfo As IPropertySet
[Visual Basic .NET] Public ReadOnly Property ServiceConfigurationInfo As IPropertySet
[C#] public IPropertySet ServiceConfigurationInfo {get;}
[Java] public IPropertySet getServiceConfigurationInfo() throws IOException, AutomationException
[C++] HRESULT get_ServiceConfigurationInfo( IPropertySet** PropertySet );
Use ServiceConfigurationInfo to get restrictions set for a map service by the publisher that are stored in map service configuration file (.cfg). This property returns a PropertySet. This PropertySet includes: MaximumRecordCount, MaximumBufferCount, MaximumImageWidth and MaximumImageHeight.