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(
  BSTR* 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