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


IWorkspace.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 > IWorkspace Interface > IWorkspace.ConnectionProperties Property
ArcGIS Developer Help

IWorkspace.ConnectionProperties Property

The connection properties of the workspace.

[Visual Basic .NET]
Public ReadOnly Property ConnectionProperties As IPropertySet
[C#]
public IPropertySet ConnectionProperties {get;}
[C++]
HRESULT get_ConnectionProperties(
  IPropertySet** ConnectionProperties
);
[C++]
Parameters
ConnectionProperties [out, retval]

ConnectionProperties is a parameter of type IPropertySet**

Product Availability

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

Remarks

The ConnectionProperties property of a workspace returns the set of named connection properties for this workspace.

See Also

IWorkspace Interface