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


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

IWMSServiceDescription.WMSAbstract Property

Abstract of WMS Service.

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

Abstract is a parameter of type BSTR*

Product Availability

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

Remarks

The abstract is a narrative description of the WMS service.

See Also

IWMSServiceDescription Interface