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


IServiceData.URI Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IServiceData.URI Property

Result location's uri.

[Visual Basic .NET]
Public ReadOnly Property URI As String
[C#]
public string URI {get;}
[C++]
HRESULT get_URI(
  BSTR* URI
);
[C++]

Parameters URI [out, retval] URI is a parameter of type BSTR

Product Availability

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

See Also

IServiceData Interface