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


IRemoteMetadataName.Service Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GISClient)  

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