IServerObjectConfigurationInfo2 Interface

Provides access to the properties of a server object configuration with extensions.

Members

Name Description
Read-only property Description Description of the server object configuration.
Read-only property ExtensionInfo The extension-dependent info for the server object configuration.
Read-only property Extensions An array of the registered server object extensions for a given configuration.
Read-only property Info Auxiliary Information for the server objects created by the server object configuration ?passive properties only.
Read-only property IsPooled Indicates whether the server objects defined by this configuration are pooled.
Read-only property Name Name of the server object configuration.
Read-only property TypeName Type of the server object configuration (MapServer or GeocodeServer).

IServerObjectConfigurationInfo2.ExtensionInfo Property

The extension-dependent info for the server object configuration.

Public Function get_ExtensionInfo ( _
    ByVal Name As String _
) As IPropertySet
public IPropertySet get_ExtensionInfo (
    string Name
);

IServerObjectConfigurationInfo2.Extensions Property

An array of the registered server object extensions for a given configuration.

Public ReadOnly Property Extensions As IEnumBSTR
public IEnumBSTR Extensions {get;}

IServerObjectConfigurationInfo2.Info Property

Auxiliary Information for the server objects created by the server object configuration ?passive properties only.

Public ReadOnly Property Info As IPropertySet
public IPropertySet Info {get;}

Inherited Interfaces

Interfaces Description
IServerObjectConfigurationInfo Provides access to properties of a server object configuration.

Classes that implement IServerObjectConfigurationInfo2

Classes Description
ServerObjectConfigurationInfo The ServerObjectConfigurationInfo object which provides information about server object configurations to users without administrative privileges to the GIS server.

Remarks

IServerObjectConfigurationInfo2 extends IServerObjectConfigurationInfoto provide the names of all enabled server object extensions for a particular configuration. Note that only those server object extensions that are enabled for this configuration are returned by the Extensions property. To get a complete list of all server object extensions that are supported for a particular type of server object, use the GetExtensionTypeInfos method on IServerObjectManager2.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.