This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerDirectory Interface > IServerDirectory.URL Property (ArcObjects .NET 10.5 SDK) |
The URL of the virtual directory that maps to the physical directory as described by the Path property.
[Visual Basic .NET] Public Property URL As String
[C#] public string URL {get; set;}
[C++]
HRESULT get_URL(
BSTR* 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
The URL is a virtual directory for the pysical directory specified by the Name property.