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


ITxWorkspaceEditor.ConnectionProperties Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITxWorkspaceEditor Interface > ITxWorkspaceEditor.ConnectionProperties Property
ArcGIS Developer Help

ITxWorkspaceEditor.ConnectionProperties Property

Connection properties to edit.

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

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

Product Availability

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

See Also

ITxWorkspaceEditor Interface