ArcObjects Library Reference (GISClient)  

IWCSCoverageName.WCSConnectionName Property

The connection name object for this description.

[Visual Basic .NET]
Public Property WCSConnectionName As IWCSConnectionName
[C#]
public IWCSConnectionName WCSConnectionName {get; set;}
[C++]
HRESULT get_WCSConnectionName(
  IWCSConnectionName** ppServerConnName
);
[C++]
HRESULT putref_WCSConnectionName(
  IWCSConnectionName* ppServerConnName
);
[C++]

Parameters

ppServerConnName [out, retval]

  ppServerConnName is a parameter of type IWCSConnectionName

ppServerConnName [in]

  ppServerConnName is a parameter of type IWCSConnectionName

Product Availability

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

See Also

IWCSCoverageName Interface