This document is archived and information here might be outdated.  Recommended version.


IServerConnection.ConnectionName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IS > IServerConnection Interface > IServerConnection.ConnectionName Property
ArcGIS Developer Help

IServerConnection.ConnectionName Property

Indicates the name of the connection to the server.

[Visual Basic .NET]
Public Property ConnectionName As String
[C#]
public string ConnectionName {get; set;}
[C++]
HRESULT get_ConnectionName(
  System.String* pbstrConnectionName
);
[C++]
HRESULT put_ConnectionName(
  BSTR pbstrConnectionName
);
[C++]
Parameters
pbstrConnectionName [out, retval]

pbstrConnectionName is a parameter of type BSTR* pbstrConnectionName [in]
pbstrConnectionName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IServerConnection Interface