ArcObjects Library Reference (TrackingAnalyst)  

IInternetServerConnection.ConnectionName Property

Name of Internet server connection.

[Visual Basic .NET]
Public Property ConnectionName As String
[C#]
public string ConnectionName {get; set;}
[C++]
HRESULT get_ConnectionName(
  BSTR* 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

IInternetServerConnection Interface