This document is archived and information here might be outdated.  Recommended version.


IRemoteMetadataName.Service Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IR > IRemoteMetadataName Interface > IRemoteMetadataName.Service Property
ArcGIS Developer Help

IRemoteMetadataName.Service Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRemoteMetadataName Interface