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


IWCSServiceDescription.Version 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.Version Property
ArcGIS Developer Help

IWCSServiceDescription.Version Property

Default version of WCS Service.

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

ver is a parameter of type BSTR*

Product Availability

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

See Also

IWCSServiceDescription Interface