ArcObjects Library Reference (GISClient)  

ISDSConnectionParameters.ApplicationServiceName Property

The application service name.

[Visual Basic .NET]
Public Property ApplicationServiceName As String
[C#]
public string ApplicationServiceName {get; set;}
[C++]
HRESULT get_ApplicationServiceName(
  BSTR* pAppServiceName
);
[C++]
HRESULT put_ApplicationServiceName(
  BSTR pAppServiceName
);
[C++]

Parameters

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

Product Availability

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

See Also

ISDSConnectionParameters Interface