This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > ID > IDatasetDef3 Interface > IDatasetDef3.ServiceName Property (ArcObjects .NET 10.4 SDK) |
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