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


IJPIPServer.URL Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IJPIPServer.URL Property

The JPIP service URL.

[Visual Basic .NET]
Public ReadOnly Property URL As String
[C#]
public string URL {get;}
[C++]
HRESULT get_URL(
  BSTR* pURL
);
[C++]

Parameters pURL [out, retval] pURL is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IJPIPServer Interface