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


IWCSConnectionName.ConnectionInfo Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GISClient)  

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 [out, retval]
ppConnInfo is a parameter of type IPropertySet ppConnInfo [in]
ppConnInfo is a parameter of type IPropertySet

Product Availability

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

See Also

IWCSConnectionName Interface