ArcObjects Library Reference (GISClient)  

ISDSConnectionParameters.ServiceName Property

The service name.

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

Parameters

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

Product Availability

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

See Also

ISDSConnectionParameters Interface