|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IA > IAMSDatasetName Interface > IAMSDatasetName.TrackingService Property (ArcObjects .NET 10.5 SDK) | 
Defines a tracking service within the real-time data connection in the workspace.
[Visual Basic .NET] Public Property TrackingService As ITrackingServiceDef
[C#] public ITrackingServiceDef TrackingService {get; set;}
[C++]
HRESULT get_TrackingService(
  ITrackingServiceDef** pVal
);
[C++]
HRESULT putref_TrackingService(
  ITrackingServiceDef* pVal
);
[C++]
Parameters pVal [out, retval]
pVal is a parameter of type ITrackingServiceDef pVal [in]
pVal is a parameter of type ITrackingServiceDef