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


ITrafficFeedGPService.ServiceName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITrafficFeedGPService Interface > ITrafficFeedGPService.ServiceName Property
ArcGIS Developer Help

ITrafficFeedGPService.ServiceName Property

The name of the GP service.

[Visual Basic .NET]
Public Property ServiceName As String
[C#]
public string ServiceName {get; set;}
[C++]
HRESULT get_ServiceName(
  System.String* ServiceName
);
[C++]
HRESULT put_ServiceName(
  BSTR ServiceName
);
[C++]
Parameters
ServiceName [out, retval]

ServiceName is a parameter of type BSTR* ServiceName [in]
ServiceName is a parameter of type BSTR

Product Availability

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

See Also

ITrafficFeedGPService Interface