ArcObjects Library Reference  (Server)    

IServerDirectoryInfo.URL Property

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

[Visual Basic 6.0]
Property URL As String
[Visual Basic .NET]
Public ReadOnly Property URL As String
[C#]
public string URL {get;}
[Java]
public String getURL()
throws
    IOException,
    AutomationException
[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

IServerDirectoryInfo Interface

 


Feedback Send feedback on this page