ArcObjects Library Reference (GISClient)  

IAGOServerObjectConfiguration.ServiceID Property

The service item ID.

[Visual Basic .NET]
Public Property ServiceID As String
[C#]
public string ServiceID {get; set;}
[C++]
HRESULT get_ServiceID(
  BSTR* pID
);
[C++]
HRESULT put_ServiceID(
  BSTR pID
);
[C++]

Parameters

pID [out, retval]   pID is a parameter of type BSTR pID [in]   pID is a parameter of type BSTR

Product Availability

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

See Also

IAGOServerObjectConfiguration Interface