ArcObjects Library Reference (TrackingAnalyst)  

IDatasetDef3.ServiceName Property

The service name associated with the dataset.

[Visual Basic .NET]
Public Property ServiceName As String
[C#]
public string ServiceName {get; set;}
[C++]
HRESULT get_ServiceName(
  BSTR* 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. Requires Tracking Analyst Extension.

See Also

IDatasetDef3 Interface