This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > II > IInternetServerConnection Interface > IInternetServerConnection.TopicName Property (ArcObjects .NET 10.4 SDK) |
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,
BSTR* 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