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


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

IWCSServiceDescription.Abstract Property

Abstract of WCS Service.

[Visual Basic .NET]
Public ReadOnly Property Abstract As String
[C#]
public string Abstract {get;}
[C++]
HRESULT get_Abstract(
  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.

See Also

IWCSServiceDescription Interface