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


IDEServerObject.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 > IDEServerObject Interface > IDEServerObject.URL Property
ArcGIS Developer Help

IDEServerObject.URL Property

The url to the server object.

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

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

Product Availability

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

See Also

IDEServerObject Interface