This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspace Interface > IWorkspace.ConnectionProperties Property (ArcObjects .NET 10.5 SDK) |
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
The ConnectionProperties property of a workspace returns the set of named connection properties for this workspace.