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


IRemoteMetadataName.ThumbnailURL Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IR > IRemoteMetadataName Interface > IRemoteMetadataName.ThumbnailURL Property
ArcGIS Developer Help

IRemoteMetadataName.ThumbnailURL Property

URL of thumbnail image on server.

[Visual Basic .NET]
Public Property ThumbnailURL As String
[C#]
public string ThumbnailURL {get; set;}
[C++]
HRESULT get_ThumbnailURL(
  BSTR pUrl
);
[C++]
HRESULT put_ThumbnailURL(
  System.String* pUrl
);
[C++]
Parameters
pUrl [in]

pUrl is a parameter of type BSTR pUrl [out, retval]
pUrl is a parameter of type BSTR*

Product Availability

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

See Also

IRemoteMetadataName Interface