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


ITrafficFeedGPService.TaskName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITrafficFeedGPService.TaskName Property

The name of the GP service task which returns a URL to TrafficIndex.xml.

[Visual Basic .NET]
Public Property TaskName As String
[C#]
public string TaskName {get; set;}
[C++]
HRESULT get_TaskName(
  BSTR* TaskName
);
[C++]
HRESULT put_TaskName(
  BSTR TaskName
);
[C++]

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

Product Availability

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

See Also

ITrafficFeedGPService Interface