This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > II > IInternetServerConnection Interface > IInternetServerConnection.SubletPath Property (ArcObjects .NET 10.4 SDK) |
Value of the sublet path for the Internet server connection.
[Visual Basic .NET] Public Property SubletPath As String
[C#] public string SubletPath {get; set;}
[C++]
HRESULT get_SubletPath(
BSTR* pbstrSubletPath
);
[C++]
HRESULT put_SubletPath(
BSTR pbstrSubletPath
);
[C++]
Parameters pbstrSubletPath [out, retval] pbstrSubletPath is a parameter of type BSTR pbstrSubletPath [in] pbstrSubletPath is a parameter of type BSTR