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


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

IWCSConnectionName.ConnectionProperties Property

Connection properties that will be used to connect to the WCS server.

[Visual Basic .NET]
Public Property ConnectionProperties As IPropertySet
[C#]
public IPropertySet ConnectionProperties {get; set;}
[C++]
HRESULT get_ConnectionProperties(
  IPropertySet* ppConnProps
);
[C++]
HRESULT put_ConnectionProperties(
  IPropertySet** ppConnProps
);
[C++]
Parameters
ppConnProps [in]

ppConnProps is a parameter of type IPropertySet* ppConnProps [out, retval]
ppConnProps is a parameter of type IPropertySet**

Product Availability

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

See Also

IWCSConnectionName Interface