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


IInternetServerConnection.SubletPath Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IInternetServerConnection.SubletPath Property

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

Product Availability

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

See Also

IInternetServerConnection Interface