IIMSServiceDescription Interface
Provides access to members to get IMS connection properties and get the specified service child.
Members
Name | Description | |
---|---|---|
![]() |
ConnectionProperties | True if the service is free. |
![]() |
IsPrivate | Indicates if the service is private (requires password). |
![]() |
Name | Service Name. |
![]() |
Password | Password for the specified service. |
![]() |
SavePassword | Indicates if the password should be saved. |
![]() |
Security | Type of security set on the service. Use a combination of acSecurityType constants. |
![]() |
ServiceType | Type of service. |
![]() |
URL | URL to ArcIMS server. |
![]() |
UserName | User name for the specified service. |
IIMSServiceDescription.ConnectionProperties Property
True if the service is free.
Public Property ConnectionProperties As IPropertySet
public IPropertySet ConnectionProperties {get; set;}
IIMSServiceDescription.IsPrivate Property
Indicates if the service is private (requires password).
Public Property IsPrivate As Boolean
public bool IsPrivate {get; set;}
IIMSServiceDescription.Name Property
Service Name.
Public Property Name As String
public string Name {get; set;}
IIMSServiceDescription.Password Property
Password for the specified service.
Public Property Password As Object
public object Password {get; set;}
IIMSServiceDescription.SavePassword Property
Indicates if the password should be saved.
Public Property SavePassword As Boolean
public bool SavePassword {get; set;}
IIMSServiceDescription.Security Property
Type of security set on the service. Use a combination of acSecurityType constants.
Public Property Security As Integer
public int Security {get; set;}
IIMSServiceDescription.ServiceType Property
Type of service.
Public Property ServiceType As acServiceType
public acServiceType ServiceType {get; set;}
IIMSServiceDescription.URL Property
URL to ArcIMS server.
Public Property URL As String
public string URL {get; set;}
IIMSServiceDescription.UserName Property
User name for the specified service.
Public Property UserName As String
public string UserName {get; set;}
Classes that implement IIMSServiceDescription
Classes | Description |
---|---|
IMSMetadataServiceName | ArIMS Metadata Service Name Object. |
IMSServiceName | The IMS Service Name. |