This document is archived and information here might be outdated. Recommended version. |
The name of the ArcIMS service represented by this document.
[Visual Basic .NET]
Public Property Service As String
[C#]
public string Service {get; set;}
[C++]
HRESULT get_Service(
BSTR Service
);
[C++]
HRESULT put_Service(
System.String* Service
);
[C++] Parameters Service [in]
Service is a parameter of type BSTR Service [out, retval]
Service is a parameter of type BSTR*