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


IWMSServiceDescription.WMSAbstract Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GISClient)  

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