This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IR > IRemoteMetadataName Interface > IRemoteMetadataName.Service Property (ArcObjects .NET 10.5 SDK) |
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(
BSTR Service
);
[C++]
Parameters Service [out, retval] Service is a parameter of type BSTR Service [in] Service is a parameter of type BSTR