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


IWMSLayerStyleDescription.URL Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMSLayerStyleDescription Interface > IWMSLayerStyleDescription.URL Property
ArcGIS Developer Help

IWMSLayerStyleDescription.URL Property

URL of the symbol image.

[Visual Basic .NET]
Public ReadOnly Property URL As String
[C#]
public string URL {get;}
[C++]
HRESULT get_URL(
  System.String* URL
);
[C++]
Parameters
URL [out, retval]

URL is a parameter of type BSTR*

Product Availability

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

See Also

IWMSLayerStyleDescription Interface