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


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

IWorkspaceName.ConnectionProperties Property

The connection properties of the WorkspaceName.

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

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

Product Availability

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

See Also

IWorkspaceName Interface