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


IWorkspace.ConnectionProperties Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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