IServerObjectExtensionType2 Interface
Provides access to properties, for administrators, of a server object extension type.
Members
Name | Description | |
---|---|---|
![]() |
CLSID | The class ID of the extension type. |
![]() |
Description | The description of the extension type. |
![]() |
DisplayName | Display name of the server object extension type. |
![]() |
Name | The name of the extension type. |
IServerObjectExtensionType2.DisplayName Property
Display name of the server object extension type.
Public Property DisplayName As String
public string DisplayName {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IServerObjectExtensionType | Provides access to properties, for administrators, of a server object extension type. |
Classes that implement IServerObjectExtensionType2
Classes | Description |
---|---|
ServerObjectExtensionType | The ServerObjectExtensionType object which provides information about server object extension types to users with administrative privileges to the ArcGIS server. |