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


IInternetServerConnection.TopicName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > II > IInternetServerConnection Interface > IInternetServerConnection.TopicName Property
ArcGIS Developer Help

IInternetServerConnection.TopicName Property

Indicates name for the topic in the Internet server connection.

[Visual Basic .NET]
Public Function get_TopicName ( _
    ByVal bstrServiceName As String _
) As String
[Visual Basic .NET]
Public Sub set_TopicName ( _
    ByVal bstrServiceName As String, _
    ByVal pbstrTopicName As String _
)
[C#]
public string get_TopicName (
    string bstrServiceName
);
[C#]
public void set_TopicName (
    string bstrServiceName,
    string pbstrTopicName
);
[C++]
HRESULT get_TopicName(
  BSTR bstrServiceName,
  System.String* pbstrTopicName
);
[C++]
HRESULT put_TopicName(
  BSTR bstrServiceName,
  BSTR pbstrTopicName
);
[C++]
Parameters
bstrServiceName [in]

bstrServiceName is a parameter of type BSTR pbstrTopicName [out, retval]
pbstrTopicName is a parameter of type BSTR* bstrServiceName [in]
bstrServiceName is a parameter of type BSTR pbstrTopicName [in]
pbstrTopicName 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