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


IWCSConnectionName.ConnectionInfo 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.ConnectionInfo Property
ArcGIS Developer Help

IWCSConnectionName.ConnectionInfo Property

Connection info about this connection.

[Visual Basic .NET]
Public Property ConnectionInfo As IPropertySet
[C#]
public IPropertySet ConnectionInfo {get; set;}
[C++]
HRESULT get_ConnectionInfo(
  IPropertySet* ppConnInfo
);
[C++]
HRESULT put_ConnectionInfo(
  IPropertySet** ppConnInfo
);
[C++]
Parameters
ppConnInfo [in]

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

Product Availability

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

See Also

IWCSConnectionName Interface