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


IServerDirectoryInfo.URL Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerDirectoryInfo Interface > IServerDirectoryInfo.URL Property
ArcGIS Developer Help

IServerDirectoryInfo.URL Property

The URL of the virtual directory that maps to the physical directory as described by the Path property.

[Visual Basic .NET]
Public ReadOnly Property URL As String
[C#]
public string URL {get;}
[C++]
HRESULT get_URL(
  System.String* 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

IServerDirectoryInfo Interface