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