IServerObjectTypeInfo3 Interface
Provides access to properties of a server object type.
Description
This interface is new at ArcGIS 9.3. It supersedes IServerObjectTypeInfo and IServerObjectTypeInfo2.
Members
Name | Description | |
---|---|---|
![]() |
ConfigurationsLimit | Limits the number of configurations that can be created of this server object type. |
![]() |
Description | Description of the server object type. |
![]() |
DisplayName | Display name of the server object type. |
![]() |
Name | Name of the server object type. |
IServerObjectTypeInfo3.ConfigurationsLimit Property
Limits the number of configurations that can be created of this server object type.
Public ReadOnly Property ConfigurationsLimit As Integer
public int ConfigurationsLimit {get;}
Inherited Interfaces
Interfaces | Description |
---|---|
IServerObjectTypeInfo2 | Provides access to properties of a server object type. |
IServerObjectTypeInfo | Provides access to properties of a server object type. |
Classes that implement IServerObjectTypeInfo3
Classes | Description |
---|---|
ServerObjectTypeInfo | The ServerObjectTypeInfo object which provides information about server object types to users without administrative privileges to the ArcGIS server. |