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


IDEServerConnection.URL Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEServerConnection Interface > IDEServerConnection.URL Property
ArcGIS Developer Help

IDEServerConnection.URL Property

The URL of the connection.

[Visual Basic .NET]
Public Property URL As String
[C#]
public string URL {get; set;}
[C++]
HRESULT get_URL(
  System.String* pUrl
);
[C++]
HRESULT put_URL(
  BSTR pUrl
);
[C++]
Parameters
pUrl [out, retval]

pUrl is a parameter of type BSTR* pUrl [in]
pUrl is a parameter of type BSTR

Product Availability

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

See Also

IDEServerConnection Interface